mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Add Proxim RangeLAN-DS.
Submitted by: Matt Peterson <matt@peterson.org> PR: 35057 Also update my note for the 3crwe737A after talking to Alan Clegg at BSDcon.
This commit is contained in:
parent
e76872c11e
commit
b3290f8139
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90782
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user