From 80d462af22fc68f4d1a3309f42a8528fdd894fa8 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 5 Dec 2005 18:07:28 +0000 Subject: trendnet TE-CF100 support; tested and ok uwe@. --- sys/dev/pcmcia/if_ne_pcmcia.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/pcmcia/if_ne_pcmcia.c') diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 935edfca321..64ef2852db0 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.84 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.85 2005/12/05 18:07:27 fgsch Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -267,6 +267,10 @@ const struct ne2000dev { PCMCIA_CIS_SVEC_PN650TX, 0, -1, { 0x00, 0xe0, 0x98 } }, + { PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD, + PCMCIA_CIS_TRENDNET_TECF100, + 0, -1, { 0x00, 0x12, 0x0e } }, + /* * This entry should be here so that above two cards doesn't * match with this. FNW-3700T won't match above entries due to -- cgit v1.2.3