diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-09-30 01:19:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-09-30 01:19:52 +0000 |
| commit | e98304b93f68e197540aec9b8b32207ee4abd956 (patch) | |
| tree | 6b4b658b216da2972ab3b763b012e84e84e49dd5 | |
| parent | 124524158db3c54653b808ed6e3ac41406826c59 (diff) | |
Notes
| -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 f72fe883af4f7..183bb0867c8be 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" ? |
