summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-25 02:24:15 +0000
committerimp <imp@FreeBSD.org>2001-05-25 02:24:15 +0000
commit8e983a955a3e76965b5de9a9be502f56a7bb9223 (patch)
treedf1f53c51a08f6a6e82af4fec7fa8c7a997abe23
parent62aa1bd59a0ad5470a59bc0a649759b0cab47332 (diff)
downloadFreeBSD-src-8e983a955a3e76965b5de9a9be502f56a7bb9223.zip
FreeBSD-src-8e983a955a3e76965b5de9a9be502f56a7bb9223.tar.gz
Add support for
card "D" "Link DWL-650 11Mbps WLAN Card" which is the most amusing CIS mistake I've seen in some time. # I'm using this card to make this commit!
-rw-r--r--etc/defaults/pccard.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 24126ea..776aa63 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -1655,6 +1655,12 @@ card "corega K.K." "Wireless LAN PCCA-11"
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
+# D Link DWL-650 11Mbps WLAN Card
+card "D" "Link DWL-650 11Mbps WLAN Card"
+ config auto "wi" ? 0x10000
+ insert /etc/pccard_ether $device start
+ remove /etc/pccard_ether $device stop
+
# ELECOM Air@Hawk/LD-WL11/PCC (0.7.5)
card "ELECOM" "Air@Hark/LD-WL11/PCC"
config auto "wi" ?
OpenPOWER on IntegriCloud