diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-01-29 07:08:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-01-29 07:08:56 +0000 |
| commit | 2781c18f63b879ffddbaf8302a8d952e18859c74 (patch) | |
| tree | caf79ffb7fe7a6c7568577b195bce8f54b640a5b /sys/dev/ed | |
| parent | 70fe064ad7cab6c0444b91622f60ec6a462f308a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 2 |
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 9866280734945..11b23f2893ff8 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), |
