diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-02-24 13:26:57 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-02-24 13:26:57 +0000 |
commit | a05b6537833475655aa86df8393595927fd7e9e8 (patch) | |
tree | cce8fba0d57d832c26faa1aa2a7ba0559ec3db5f | |
parent | cc146b2e383175fe2e8c631c832437cc5e5e6793 (diff) | |
download | FreeBSD-src-a05b6537833475655aa86df8393595927fd7e9e8.zip FreeBSD-src-a05b6537833475655aa86df8393595927fd7e9e8.tar.gz |
commented out REX-5535 because -current does not have spc driver.
-rw-r--r-- | etc/defaults/pccard.conf | 10 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 1449ac9..7060669 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -8,7 +8,7 @@ # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # -# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $ +# $Id: pccard.conf.sample,v 1.14 1998/02/10 01:01:35 msmith Exp $ # Generally available IO ports io 0x240-0x360 @@ -324,7 +324,7 @@ card "New Media" "SCSI" remove echo New Media Bus Toaster removed # REX5535AC, REX5535X SCSI -card "PCMCIA SCSI MBH1040" "01" - config 0x3a "spc0" 11 - insert echo REX-5535 SCSI card inserted - remove echo REX-5535 SCSI card removed +#card "PCMCIA SCSI MBH1040" "01" +# config 0x3a "spc0" 11 +# insert echo REX-5535 SCSI card inserted +# remove echo REX-5535 SCSI card removed diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 1449ac9..7060669 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -8,7 +8,7 @@ # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # -# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $ +# $Id: pccard.conf.sample,v 1.14 1998/02/10 01:01:35 msmith Exp $ # Generally available IO ports io 0x240-0x360 @@ -324,7 +324,7 @@ card "New Media" "SCSI" remove echo New Media Bus Toaster removed # REX5535AC, REX5535X SCSI -card "PCMCIA SCSI MBH1040" "01" - config 0x3a "spc0" 11 - insert echo REX-5535 SCSI card inserted - remove echo REX-5535 SCSI card removed +#card "PCMCIA SCSI MBH1040" "01" +# config 0x3a "spc0" 11 +# insert echo REX-5535 SCSI card inserted +# remove echo REX-5535 SCSI card removed |