diff options
author | imp <imp@FreeBSD.org> | 2002-09-30 01:19:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-09-30 01:19:52 +0000 |
commit | a09d91e4b86606344a5f79be9e706d8419504f2a (patch) | |
tree | 6b4b658b216da2972ab3b763b012e84e84e49dd5 /etc | |
parent | eaf67fef34b24a8f118e3a4c0ad5a986bdeb398e (diff) | |
download | FreeBSD-src-a09d91e4b86606344a5f79be9e706d8419504f2a.zip FreeBSD-src-a09d91e4b86606344a5f79be9e706d8419504f2a.tar.gz |
SAMSUNG SWL-2000P PCI Card
Submitted by: Robert Dezorzo
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 f72fe88..183bb08 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -2085,6 +2085,12 @@ card "PROXIM" "RangeLAN-DS/LAN PC CARD" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# SAMSUNG SWL-2000P PCI Card +card "SAMSUNG" "11Mbps WLAN PCI Card" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # SMC's SMC2632W (also matches the 3.3V SMC2602W) card "SMC" "SMC2632W" config auto "wi" ? |