summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wi_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-08 15:26:02 +0000
committerimp <imp@FreeBSD.org>2003-04-08 15:26:02 +0000
commit0fb4f74599797335d213c092ea032a7815bcf0aa (patch)
tree81fdd0e21ba63717252494aebcf9cddf227dc1c7 /sys/dev/wi/if_wi_pccard.c
parent567ac2b268739a751df819d1aa68404f430151cb (diff)
downloadFreeBSD-src-0fb4f74599797335d213c092ea032a7815bcf0aa.zip
FreeBSD-src-0fb4f74599797335d213c092ea032a7815bcf0aa.tar.gz
Don't set the decription, since the pccard layer does that for us now.
Remove the duplicate entries that were there to disambiguate different cards that were the same, yet people wanted to have different dmesg.
Diffstat (limited to 'sys/dev/wi/if_wi_pccard.c')
-rw-r--r--sys/dev/wi/if_wi_pccard.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c
index 8412e18..a17adfb 100644
--- a/sys/dev/wi/if_wi_pccard.c
+++ b/sys/dev/wi/if_wi_pccard.c
@@ -135,7 +135,6 @@ static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(COREGA, WIRELESS_LAN_PCCA_11, 0),
PCMCIA_CARD(COREGA, WIRELESS_LAN_PCCB_11, 0),
PCMCIA_CARD(DLINK, DWL650H, 0),
- PCMCIA_CARD2(ELSA, XI300_IEEE, YIS_YWL11B, 0),
PCMCIA_CARD(ELSA, XI300_IEEE, 0),
PCMCIA_CARD(ELSA, XI325_IEEE, 0),
PCMCIA_CARD(ELSA, XI800_IEEE, 0),
@@ -149,12 +148,6 @@ static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(LINKSYS2, IWN, 0),
PCMCIA_CARD(LINKSYS2, IWN3, 0),
PCMCIA_CARD(LINKSYS2, WCF11, 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),
- PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, NTT_ME_WLAN, 0),
- 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(NETGEAR_2, MA401RA, 0),
PCMCIA_CARD(NOKIA, C110_WLAN, 0),
@@ -175,10 +168,8 @@ wi_pccard_match(dev)
const struct pccard_product *pp;
if ((pp = pccard_product_lookup(dev, wi_pccard_products,
- sizeof(wi_pccard_products[0]), NULL)) != NULL) {
- device_set_desc(dev, pp->pp_name);
+ sizeof(wi_pccard_products[0]), NULL)) != NULL)
return 0;
- }
return ENXIO;
}
#endif
OpenPOWER on IntegriCloud