aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-09-27 06:14:29 +0000
committerWarner Losh <imp@FreeBSD.org>2002-09-27 06:14:29 +0000
commit760769737af82c2e94525bde0a1ad1ecc3febd88 (patch)
tree2bbb416cc23e65969829a2b08c861590fa9b9cf4 /etc
parent99ddedd8d3ba50fe7a08c274dced74931b9f9bd6 (diff)
downloadsrc-760769737af82c2e94525bde0a1ad1ecc3febd88.tar.gz
src-760769737af82c2e94525bde0a1ad1ecc3febd88.zip
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
Notes
Notes: svn path=/head/; revision=104029
Diffstat (limited to 'etc')
-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 f2fd625c2138..985829970a84 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"