diff options
author | imp <imp@FreeBSD.org> | 2004-10-20 04:54:50 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-10-20 04:54:50 +0000 |
commit | d6fa16e5b96331747743f50dbc90759b1825a657 (patch) | |
tree | da1343b2861cb3e7bfc6b09ee33f771d0c7f3388 /sys | |
parent | 043596afd3a1c6847ad515437f060abd32f3e985 (diff) | |
download | FreeBSD-src-d6fa16e5b96331747743f50dbc90759b1825a657.zip FreeBSD-src-d6fa16e5b96331747743f50dbc90759b1825a657.tar.gz |
Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index a30a137..dfe71fa 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -123,6 +123,7 @@ static const struct ed_product { #define NE2000DVF_AX88190 0x0002 /* chip is ASIX AX88190 */ } ed_pccard_products[] = { { PCMCIA_CARD(ACCTON, EN2212, 0), 0}, + { PCMCIA_CARD(ACCTON, EN2216, 0), 0}, { PCMCIA_CARD(ALLIEDTELESIS, LA_PCM, 0), 0}, { PCMCIA_CARD(AMBICOM, AMB8002T, 0), 0}, { PCMCIA_CARD(BILLIONTON, LNT10TN, 0), 0}, |