summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-21 09:48:15 +0000
committermsmith <msmith@FreeBSD.org>1999-11-21 09:48:15 +0000
commit34ed7085e34b1f01e590848167fde695bd86edbd (patch)
tree7e2e7d35b56a4253fa2eb8641512a9ce01905ecb /etc/defaults
parenta99b0d3debaa3095200e339735302e0204336f06 (diff)
downloadFreeBSD-src-34ed7085e34b1f01e590848167fde695bd86edbd.zip
FreeBSD-src-34ed7085e34b1f01e590848167fde695bd86edbd.tar.gz
Fix the entry for the NetGear FA410TX, which appears to have been committed
untested (invalid syntax, and config index 0x1 does not appear to exist in the card as it currently ships).
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/pccard.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 5f52d7e..e9f78a9 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -247,9 +247,9 @@ card "Intel" "EtherExpress(TM) PRO/100 PC C"
remove echo Intel EtherExpress PRO/100 Mobile Adapter/16 removed
remove ifconfig xe0 delete
-# BayNetworks NETGEAR FA410TXC Fast Ethernet
-card "NETGEAR" "FA410TX" "Fast Ethernet"
- config 0x1 "ed0" ?
+# BayNetworks NETGEAR FA410TXC Fast Ethernet
+card "NETGEAR" "FA410TX"
+ config 0x20 "ed0" ?
insert echo NETGEAR FA410TX Ethernet inserted
insert /etc/pccard_ether ed0
remove echo NETGEAR FA410TX Ethernet removed
OpenPOWER on IntegriCloud