diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-10-30 14:26:52 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-10-30 14:26:52 +0000 |
commit | c7198e891ea10634c36f8439c306ee798b6ce0bb (patch) | |
tree | 03e9314c0b51aba2455998c25ad08f34877b859b /etc/defaults | |
parent | 2bc01a1e6220c1c0901e7adfdafa7bb68b041be7 (diff) | |
download | FreeBSD-src-c7198e891ea10634c36f8439c306ee798b6ce0bb.zip FreeBSD-src-c7198e891ea10634c36f8439c306ee798b6ce0bb.tar.gz |
MFS:
cosmetic changes
use /etc/pccard_ether for Xircom CreditCard Netwave
and 3Com Corporation" "3C562" (BUT NOT SUPPORTED).
fix `card line' of RATOC REX-5572 (as SCSI only)
use `config auto' for RATOC REX-5536AM, REX-9836A,
ICM PSC-2401 SCSI
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 77f5892..50b105f 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -285,8 +285,8 @@ card "Icom" "SL-200" # config 0x01 "cnw" ? ## cardmem 0xdd000 0x20000 0x9000 0x40 # ether 0x126 00:80:c7 00:20:d8 -# insert /etc/pccard_ether $device -# remove /sbin/ifconfig $device delete +# insert /etc/pccard_ether $device start +# remove /etc/pccard_ether $device stop ########## ed ########## @@ -528,18 +528,17 @@ card "Ethernet" "Adapter" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop - # pci Ethernet Adapter Card card "Ethernet" "CF Size PC Card" - config auto "ed" ? - insert /etc/pccard_ether $device start - remove /etc/pccard_ether $device stop + config auto "ed" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop # pci Ethernet Adapter Card card "Ethernet" "CF Size PC Card" - config auto "ed" ? - insert /etc/pccard_ether $device start - remove /etc/pccard_ether $device stop + config auto "ed" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop # "Ethernet Adapter" "E2000 PCMCIA Ethernet" card "Ethernet Adapter" "E2000 PCMCIA Ethernet" @@ -994,8 +993,8 @@ card "3Com" "OfficeConnect 572B" # Don't think this will work. #card "3Com Corporation" "3C562" # config 0x9 "ep" ? -# insert /etc/pccard_ether $device -link0 link1 -# remove /sbin/ifconfig $device delete +# insert /etc/pccard_ether $device start -link0 link1 +# remove /etc/pccard_ether $device stop # 3Com Etherlink III 3C589B, 3C589C card "3Com Corporation" "3C589" @@ -1185,7 +1184,7 @@ card "RATOC System Inc." "/SCSI2 CARD.*/" config auto "ncv" ? 0x84d00000 # RATOC REX-5572 (as SCSI only) -#card "RATOC System Inc." "/SOUND/SCSI2 CARD.*/" +card "RATOC System Inc." "/SOUND/SCSI2 CARD.*/" config auto "ncv" ? 0x84d00000 # cardio 0x640 0x10 iosize 16 @@ -1663,7 +1662,7 @@ card "IBM Corp." "SCSI PCMCIA Card" # if you can't use this card, please use the point enabler. (for example, # type "pccardc enabler 0 stg0 -a 0x4140 -i 5" from root command prompt) card "PCMCIA SCSI MBH10404" "01" - config 0x37 "stg" ? + config auto "stg" ? logstr "RATOC REX-5536AM SCSI" # RATOC REX-5536M |