diff options
-rw-r--r-- | etc/defaults/pccard.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 1f73690..80ce618 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -1745,8 +1745,8 @@ card "PCMCIA SCSI2 CARD" "01" ########## wi ########## # 3com 3crwe737A AirConnect Wireless LAN PC Card -# Many report this card doesn't work, while none have reported it -# working. 20020110 imp +# Results are mixed for this card. Running under windows once supposedly +# makes it work forever. card "3Com" "3CRWE737A AirConnect Wireless LAN PC Card" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start @@ -1961,13 +1961,18 @@ card "PLANEX" "GeoWave/GW-NS110" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop - # Proxim Harmony card "PROXIM" "Harmony 802.11b/LAN PC CARD" config 0x1 "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Proxim RangeLAN-DS (OEM of Zcommax - Prism2 card) +card "PROXIM" "RangeLAN-DS/LAN PC CARD" + config auto "wi" ? 0x10000 + 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" ? 0x10000 |