diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-27 03:34:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-27 03:34:05 +0000 |
| commit | 7110005e4b8c1e89b7784dc15ff0e28c683c18ef (patch) | |
| tree | 9b16ca08fbba6b42d742a0f1090d6ad01fbf03c5 /sys | |
| parent | 103cef9fddfadaf99c3577634d2845f681652278 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/wi/if_wi_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 69547e68ab81d..ac428fe88503a 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -152,6 +152,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD(LUCENT, WAVELAN_IEEE, 0), PCMCIA_CARD(NETGEAR_2, MA401RA, 0), PCMCIA_CARD(NOKIA, C110_WLAN, 0), + PCMCIA_CARD(OEM1, PRISM3, 0), PCMCIA_CARD(PLANEX_2, GWNS11H, 0), PCMCIA_CARD(PROXIM, RANGELANDS_8430, 0), PCMCIA_CARD(SAMSUNG, SWL_2000N, 0), |
