diff options
author | imp <imp@FreeBSD.org> | 2002-04-02 05:49:09 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-04-02 05:49:09 +0000 |
commit | 4a45f236cfb604c94da7c6141a80604c469b34f6 (patch) | |
tree | 849b59af52742fc42fd7ebb1c84c10587b9616a4 /sys | |
parent | 6f0619b5a4acacdc897a6e9832bb15bed82819cb (diff) | |
download | FreeBSD-src-4a45f236cfb604c94da7c6141a80604c469b34f6.zip FreeBSD-src-4a45f236cfb604c94da7c6141a80604c469b34f6.tar.gz |
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)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wi/if_wi_pccard.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 3ef8a2e..51970f17 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -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), |