diff options
author | imp <imp@FreeBSD.org> | 2003-01-10 18:35:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-01-10 18:35:20 +0000 |
commit | 48b15bd431779863408d2bd33e7f0c8192bfe6de (patch) | |
tree | 5752507ad663e61a84a192499c1422141e4d57f4 /etc | |
parent | 109ea679367ea1ea9c966b848aef7d4256e54cb2 (diff) | |
download | FreeBSD-src-48b15bd431779863408d2bd33e7f0c8192bfe6de.zip FreeBSD-src-48b15bd431779863408d2bd33e7f0c8192bfe6de.tar.gz |
Either compaq has two variants of the WL200, or the old entry is
wrong. Go ahead and include a second entry for the WL200 until I can
sort this out.
Submitted by: Matt Pearce
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 183bb08..8f6b5cb 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1890,6 +1890,12 @@ card "Compaq" "Compaq WL110 PC Card" remove /etc/pccard_ether $device stop # Compaq WL200 +card "Compaq" "WL200_11Mbps_Wireless_PCI_Card" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + +# Compaq WL200 (might be wrong) card "Compaq" "Compaq WL200_11Mbps_Wireless_PCI_Card" config auto "wi" ? insert /etc/pccard_ether $device start |