From cb339c7cd9edd032bcb562eaa7e0aa319d378ea7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 10 Apr 2003 07:35:19 +0000 Subject: [PATCH] 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. --- sys/dev/ed/if_ed_pccard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 2e6f79f012af..15f76fd94764 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},