diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-11 21:21:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-11 21:21:14 +0000 |
| commit | f90d35eca1c1e10a71e113534cba0598db04e14a (patch) | |
| tree | 99a2d1aa741ce6fe2b4d015d4d48604945caf0f9 /sys/dev | |
| parent | 0d2a385fa9c87b3d7f5dde4e1e48dd697b769450 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wi/if_wi_pccard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 642cdec08041..c11b62b55e6c 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -103,6 +103,7 @@ 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, 3CRWE777A, 0), + PCMCIA_CARD(ACTIONTEC, HWC01170, 0), PCMCIA_CARD(ADDTRON, AWP100, 0), PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0), PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0), @@ -121,6 +122,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD(INTERSIL, PRISM2, 0), PCMCIA_CARD(IODATA2, WNB11PCM, 0), PCMCIA_CARD(LINKSYS2, IWN, 0), + PCMCIA_CARD(LINKSYS2, IWN2, 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), |
