summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-05 01:31:30 +0000
committerimp <imp@FreeBSD.org>2002-04-05 01:31:30 +0000
commit0c61cbed2a2536826af3477577e4b984be2bf5c6 (patch)
treec02c569b36992242861efc3b86d29b1dbfa35975 /sys
parente18fd6050bf300b0ac49c9c8f7fb14fd66b24c0b (diff)
downloadFreeBSD-src-0c61cbed2a2536826af3477577e4b984be2bf5c6.zip
FreeBSD-src-0c61cbed2a2536826af3477577e4b984be2bf5c6.tar.gz
The 3Com 3CRWE62092A (the XJack antenna product) does not have a host
interface that is compatible with the LUCENT or HERMES firmware. Instead, it is like the various No Wires Necessary products that were produced a while ago and then sold to intersil. It will require a different driver altogether. Remove it from the list of supported cards. The 3CRWE777A apperas to be a re-badged SMC 2602W card, so the driver appears to support it. Add it to the list. Thanks to Todd Miller for loaning me the card during tonight's FRUUG meeting for testing against CU's wireless infrastructure.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c
index 8535a68..02a662c 100644
--- a/sys/dev/wi/if_wi_pccard.c
+++ b/sys/dev/wi/if_wi_pccard.c
@@ -99,7 +99,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, 3CRWE62092A, 0),
+ PCMCIA_CARD(3COM, 3CRWE777A, 0),
PCMCIA_CARD(ADDTRON, AWP100, 0),
PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0),
PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0),
OpenPOWER on IntegriCloud