10c10
< # This script was modifyed to be used for the dce driver on JAN - 93
---
> # This script was modifyed to be used for the smpw driver on JAN - 93
13c13
< # dce0 dce1 dce2 dce3		== DC21x4 PCI/EISA boards 0 - 3
---
> # smpw0 smpw1 smpw2 smpw3	== SMPW 8432, 8434 and 9332 PCI boards 0 - 3
39a40
> # Dec-12-94 Add more support to SMC : change SMC/smc to SMPW/smpw
316c317
< # The name have to be dce and the board number between 0..3
---
> # The name have to be smpw and the board number between 0..3
331,332c332,333
< 	dce) echo "Configuring DC21x4  PCI/EISA board $bd";
< 		PREFIX="DCE";
---
> 	smpw) echo "Configuring smpw SMC 8432, 8434 and 9332 PCI board $bd";
> 		PREFIX="SMPW";
349c350
< # system_dce()
---
> # system_smpw()
351,352c352,353
< # function to produce the info for the System file for the DC21x4
< # boards
---
> # function to produce the info for the System file for the SMPW 8432, 8434 and 
> # 9332 boards
360c361
< system_dce() {
---
> system_smpw() {
363,379d363
< 	prompt_select "Enter board type (EISA/PCI)" "p" "e p" || cleanup $FAIL 1
<     if [ "$result" = "p" ]
<     then
<     	BIO=0
<         EIO=0
<     	IRQ=0
<     else
<     	while :
< 	    do
< 		    prompt_range "Enter slot number" "4" "1" "f" "1" || cleanup $FAIL 1
<     		bio=${result}000
< 	    	EIO=`expr $bio + 800`
< 		    checkaddr $name$bd $bio $EIO && break
< 	    done
<     	BIO=$bio
<     	IRQ=0
<     fi
380a365,367
>     BIO=0
>     EIO=0
>     IRQ=0
498c485
< 	dce)	system_dce $bd;;
---
> 	smpw)	system_smpw $bd;;
