diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-05-28 04:26:00 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-05-28 04:26:00 +0000 |
commit | 885fdc13b885a6115b858e335eedc291afaed9fb (patch) | |
tree | f86efd5203324f6648b1cbc935615622fd6c2281 | |
parent | 5d5c3a4eade77a30ae16146734012c82abd998cc (diff) |
Remove FA410TX from the invalid list; it's confusing and should be matched
using the linksys etherfast entry; aaron@ ok.
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index f5f8fdaf77b..fc66dc66346 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.48 2001/05/27 19:50:25 fgsch Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.49 2001/05/28 04:25:59 fgsch Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -165,10 +165,6 @@ const struct ne2000dev { 0, -1, { 0x00, 0x80, 0xc6 } }, { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, - PCMCIA_CIS_NETGEAR_FA410TX, - 0, -1, { 0x00, 0xe0, 0x98 } }, - - { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, PCMCIA_CIS_SYNERGY21_S21810, 0, -1, { 0x00, 0x48, 0x54 } }, |