diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index e68c659..5ef9097 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1628,6 +1628,10 @@ card "Xircom" "CreditCard Modem CM-56T" config auto "sio" ? reset 100 +# Zonet 56Kbps FAX/Modem PC Card +card "PC CARD" "56Kbps Fax Modem PC Card" + config auto "sio" ? + # Zoom 56K modem # Freezes your system entirely if you don't have the reset.. card "Zoom Telephonics, Inc." "PCMCIA 56K LT DataFax" @@ -2009,6 +2013,13 @@ card "The Linksys Group, Inc." "Instant Wireless Network PC Card" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Taiwanese Blue Concentric Circle CF Wireless LAN Model WL-379F +# This is a card sold in Taiwan. +card "Wireless LAN" "11Mbps PC Card" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # Toshibas wireless lan card card "TOSHIBA" "Wireless LAN Card" config auto "wi" ? |