Subject: Re: D-Link DFE-670TXD: can't match ethernet vendor code + my MAC Address
To: Wapf, Andreas <awapf@student.ethz.ch>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 05/07/2004 20:05:36
--/9DWx/yDrRhgMJTb
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Fri, May 07, 2004 at 07:28:51PM +0200, Wapf, Andreas wrote:
> Hello
> 
> I have the same problem as people in 
> http://mail-index.netbsd.org/netbsd-help/2003/11/17/0009.html
> http://mail-index.netbsd.org/netbsd-help/2003/11/18/0006.html
> http://mail-index.netbsd.org/netbsd-help/2003/11/21/0015.html
> http://mail-index.netbsd.org/netbsd-help/2003/11/23/0001.html
> http://mail-index.netbsd.org/netbsd-help/2003/11/24/0002.html
> and so on...
> 
> and a little bit later in
> 
> http://mail-index.netbsd.org/netbsd-help/2004/04/05/0003.html
> 
> Netbsd means:
> sacücoc0: insertion event
> ne0 at pcmcia0 funtion 0
> ne0 (manf 00000149 prod 00004530) cis D-Link DFE-670TXD: can't match ethernet vendor code
> 
> i've tried it with the hpcarm Port of
> NetBSD 1.6W (Jornada720) Sun Aug 24 15:47:32 UTC 2003.
> 
> I've read that you search the ethernet adress:
> My mac address is 00:40:05:07:d6:08
> 
> Freebsd means:
> ed1: address 00:40:05:07:d6:08, type Linksys (16 bit)
> miibus0: <MII bus> on ed1
> ukphy0: <Generic IEEE 802.3u media interface> on miibus0
> ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> 
> Under Freebsd the card runs perfectly.
> 
> Can you fix this problem or can you help me for a good solution? Thanks.

Hi,
can you try the attached patch ?

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--

--/9DWx/yDrRhgMJTb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff

Index: if_ne_pcmcia.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pcmcia/if_ne_pcmcia.c,v
retrieving revision 1.110
diff -u -r1.110 if_ne_pcmcia.c
--- if_ne_pcmcia.c	13 Mar 2004 15:09:16 -0000	1.110
+++ if_ne_pcmcia.c	7 May 2004 18:05:12 -0000
@@ -296,6 +296,11 @@
     { PCMCIA_STR_DLINK_DFE670TXD,
       PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_NETGEAR_FA410TXC,
       PCMCIA_CIS_DLINK_DFE670TXD,
+      0, -1, { 0x00, 0x40, 0x05 }, NE2000DVF_DL10019 },
+
+    { PCMCIA_STR_DLINK_DFE670TXD,
+      PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_NETGEAR_FA410TXC,
+      PCMCIA_CIS_DLINK_DFE670TXD,
       0, -1, { 0x00, 0x50, 0xba }, NE2000DVF_DL10019 },
 
     { PCMCIA_STR_DLINK_DFE670TXD,

--/9DWx/yDrRhgMJTb--