diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-27 08:41:52 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-27 08:41:52 +0000 |
commit | 69dbab6810963e296e7ec0142b71fe2cf7318ca7 (patch) | |
tree | a961b0c25b0a3aa6249300c82b35f1cdb820832b /sys/dev/pcmcia | |
parent | 891aac182c0e1840f5a6644795ae247d7b766d59 (diff) |
Half support for this D-Link DFE-650 model that has completely different
vendor; from kart@hal-pc.org.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index a167f59233d..b158cb98396 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.34 2001/02/14 17:47:57 mickey Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.35 2001/02/27 08:41:51 fgsch Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -210,6 +210,10 @@ const struct ne2000dev { 0, -1, { 0x00, 0x80, 0xc8 } }, { PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST, + PCMCIA_CIS_LINKSYS_ETHERFAST, + 0, -1, { 0x00, 0x50, 0xba } }, + + { PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST, PCMCIA_CIS_DLINK_DE650, 0, -1, { 0x00, 0xe0, 0x98 } }, |