summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-29 07:08:56 +0000
committerimp <imp@FreeBSD.org>2002-01-29 07:08:56 +0000
commit1c4600ced3663a120e96cfe34a7e599ed4e1074b (patch)
treecaf79ffb7fe7a6c7568577b195bce8f54b640a5b /sys/dev/ed
parentf57bf33ba0af7b10f7afa684017ff67dca2720d1 (diff)
downloadFreeBSD-src-1c4600ced3663a120e96cfe34a7e599ed4e1074b.zip
FreeBSD-src-1c4600ced3663a120e96cfe34a7e599ed4e1074b.tar.gz
Add EDIMAX ethernet card for NEWCARD from NetBSD
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 9866280..11b23f2 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -121,6 +121,8 @@ static const struct ed_product {
#define NE2000DVF_DL10019 0x0001 /* chip is D-Link DL10019 */
#define NE2000DVF_AX88190 0x0002 /* chip is ASIX AX88190 */
} ed_pccard_products[] = {
+ { PCMCIA_CARD(EDIMAX, EP4000A, 0),
+ -1, { 0x00, 0xa0, 0x0c } },
{ PCMCIA_CARD(SYNERGY21, S21810, 0),
-1, { 0x00, 0x48, 0x54} },
{ PCMCIA_CARD(AMBICOM, AMB8002T, 0),
OpenPOWER on IntegriCloud