summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-10 07:35:19 +0000
committerimp <imp@FreeBSD.org>2003-04-10 07:35:19 +0000
commit0e02966dafdeec6027e8ca484b2603887db540bf (patch)
treedd3fe13b69d89e4188466f190794ded4e055f100 /sys/dev/ed
parent4b545f73d3d25b906e17d600e0c673e0bb63d57d (diff)
downloadFreeBSD-src-0e02966dafdeec6027e8ca484b2603887db540bf.zip
FreeBSD-src-0e02966dafdeec6027e8ca484b2603887db540bf.tar.gz
SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entry
is required. NetBSD has one because it checks for the mac address match as well wanting to give its own string in the description. Since we do neither, we don't need a separate entry. # I suspect that a few of the COREGA cards might fall into that category # as well, but since I don't have access to any of them it is hard to know # for sure.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 2e6f79f..15f76fd 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -166,7 +166,6 @@ static const struct ed_product {
{ PCMCIA_CARD(PREMAX, PE200, 0), 0},
{ PCMCIA_CARD(RPTI, EP400, 0), 0},
{ PCMCIA_CARD(RPTI, EP401, 0), 0},
- { PCMCIA_CARD(SMC, 8041, 0), 0},
{ PCMCIA_CARD(SMC, EZCARD, 0), 0},
{ PCMCIA_CARD(SOCKET, EA_ETHER, 0), 0},
{ PCMCIA_CARD(SOCKET, LP_ETHER, 0), 0},
OpenPOWER on IntegriCloud