diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-08 15:26:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-08 15:26:02 +0000 |
| commit | c3805dd0ad76aec2f599d5903797841814e5b756 (patch) | |
| tree | 81fdd0e21ba63717252494aebcf9cddf227dc1c7 /sys/dev/wi | |
| parent | fe58453891932b6e42539b9971ec882c24140153 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi_pccard.c | 11 |
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 8412e18225c8..a17adfb0a2f3 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 |
