summaryrefslogtreecommitdiffstats
path: root/etc/defaults/pccard.conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-09-27 06:14:29 +0000
committerimp <imp@FreeBSD.org>2002-09-27 06:14:29 +0000
commitab28a73531a6555078be97c6ed87faa97b68e7da (patch)
tree2bbb416cc23e65969829a2b08c861590fa9b9cf4 /etc/defaults/pccard.conf
parentfff81f966f4976b3efb737c68f2daba5b78fe7cc (diff)
downloadFreeBSD-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/defaults/pccard.conf')
-rw-r--r--etc/defaults/pccard.conf8
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"
OpenPOWER on IntegriCloud