diff options
author | imp <imp@FreeBSD.org> | 2002-09-27 06:14:29 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-09-27 06:14:29 +0000 |
commit | ab28a73531a6555078be97c6ed87faa97b68e7da (patch) | |
tree | 2bbb416cc23e65969829a2b08c861590fa9b9cf4 /etc | |
parent | fff81f966f4976b3efb737c68f2daba5b78fe7cc (diff) | |
download | FreeBSD-src-ab28a73531a6555078be97c6ed87faa97b68e7da.zip FreeBSD-src-ab28a73531a6555078be97c6ed87faa97b68e7da.tar.gz |
Two fixes:
1) Add new card entry for nortel eMobility wi card (from email
that I've lost the sender on :-(
2) put ata devices at config 0x1 rather than auto. This should be
better for nearly all cases.
MFC after: 3 days
Diffstat (limited to 'etc')
-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" |