diff options
| -rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index e95da19e0c808..331349959499b 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1678,6 +1678,12 @@ card "3Com" "3CRWE737A AirConnect Wireless LAN PC Card" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Addtron AWP-100 +card "Addtron" "AWP-100 Wireless PCMCIA" + config auto "wi" ? 0x10000 + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # BreezeNET card "BreezeNET" "PC-DS.11" config auto "wi" ? |
