diff options
author | imp <imp@FreeBSD.org> | 2004-03-25 21:58:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-25 21:58:55 +0000 |
commit | ea15b55852a08429be710dc128bc5381fc0685c3 (patch) | |
tree | f0f4c8c7e2c521492f96bb1c1449bb67f08368d6 /sys/dev | |
parent | 0bb017e235d7066a779585bb1d609eab1ffa60b7 (diff) | |
download | FreeBSD-src-ea15b55852a08429be710dc128bc5381fc0685c3.zip FreeBSD-src-ea15b55852a08429be710dc128bc5381fc0685c3.tar.gz |
Add support for a new variant of the prism3 that has appaered in the
wild. This one is marketed by D-Link model DWL-650, but appears to be
a ISL3710P-10 under the hood.
Reported by: Brian O'Shea
Diffstat (limited to 'sys/dev')
-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 ecb7209..09f384d 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -154,6 +154,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD(HWN, AIRWAY80211, 0), PCMCIA_CARD(INTEL, PRO_WLAN_2011, 0), PCMCIA_CARD(INTERSIL, MA401RA, 0), + PCMCIA_CARD(INTERSIL, DWL650, 0), PCMCIA_CARD(INTERSIL2, PRISM2, 0), PCMCIA_CARD(IODATA2, WCF12, 0), PCMCIA_CARD(IODATA2, WNB11PCM, 0), |