diff options
-rw-r--r-- | etc/defaults/pccard.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index f2fd625..9858299 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1986,6 +1986,12 @@ card "NETGEAR MA401 Wireless PC" "Card" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Nortel eMobility +card "Nortel Networks" "emobility 802.11 Wireless LAN PC Card" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # PLANEX GeoWave/GW-NS110 card "PLANEX" "GeoWave/GW-NS110" config 0x1 "wi" ? @@ -2137,5 +2143,5 @@ generic serial # GENERIC Flash ATA / ATA HDD generic fixed_disk - config auto "ata" ? + config 0x1 "ata" ? logstr "GENERIC Flash ATA / ATA HDD" |