Add some devices from OpenBSD/NetBSD:
o 3Com 3crwe62092a o Addtron awp100 o No Wires Necessary WLAN 550 and 1148 o Proxim RANGELANDS 8340 and reorder linksys to be in proper sort order. Obtained from: OpenBSD (mostly)
This commit is contained in:
parent
6f0619b5a4
commit
4a45f236cf
@ -99,6 +99,8 @@ DRIVER_MODULE(if_wi, pccard, wi_pccard_driver, wi_devclass, 0, 0);
|
||||
|
||||
static const struct pccard_product wi_pccard_products[] = {
|
||||
PCMCIA_CARD(3COM, 3CRWE737A, 0),
|
||||
PCMCIA_CARD(3COM, 3CRWE62092A, 0),
|
||||
PCMCIA_CARD(ADDTRON, AWP100, 0),
|
||||
PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0),
|
||||
PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0),
|
||||
PCMCIA_CARD(COMPAQ, NC5004, 0),
|
||||
@ -115,6 +117,9 @@ static const struct pccard_product wi_pccard_products[] = {
|
||||
PCMCIA_CARD(INTEL, PRO_WLAN_2011, 0),
|
||||
PCMCIA_CARD(INTERSIL, PRISM2, 0),
|
||||
PCMCIA_CARD(IODATA2, WNB11PCM, 0),
|
||||
PCMCIA_CARD(LINKSYS2, IWN, 0),
|
||||
PCMCIA_CARD(NWN, WLAN_550, 0),
|
||||
PCMCIA_CARD(NWN, WLAN_1148, 0),
|
||||
/* Now that we do PRISM detection, I don't think we need these - imp */
|
||||
PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, NANOSPEED_PRISM2, 0),
|
||||
PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, NEC_CMZ_RT_WP, 0),
|
||||
@ -122,7 +127,7 @@ static const struct pccard_product wi_pccard_products[] = {
|
||||
PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, SMC_2632W, 0),
|
||||
/* Must be after other LUCENT ones because it is less specific */
|
||||
PCMCIA_CARD(LUCENT, WAVELAN_IEEE, 0),
|
||||
PCMCIA_CARD(LINKSYS2, IWN, 0),
|
||||
PCMCIA_CARD(PROXIM, RANGELANDS_8430, 0),
|
||||
PCMCIA_CARD(SAMSUNG, SWL_2000N, 0),
|
||||
PCMCIA_CARD(SIMPLETECH, SPECTRUM24_ALT, 0),
|
||||
PCMCIA_CARD(SOCKET, LP_WLAN_CF, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user