Subject: Re: kern/33133
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <djb_netbsd@charter.net>
List: netbsd-bugs
Date: 04/11/2006 01:25:02
The following reply was made to PR kern/33133; it has been noted by GNATS.

From: <djb_netbsd@charter.net>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/33133
Date: Mon, 10 Apr 2006 10:31:20 -0700

 Another specimen of the Belkin F5D5020 PCMCIA Ethernet card has turned up here.
 
 This second card appears to be a rebadged Accton EN2228 and uses the MAC Vendor
 address of Accton = 00:30:F1 - the rest of the CIS data is the same as before.
 
 The first card was probably a C-One LANTB and uses the MAC Vendor address of
 Belkin = 00:30:BD.
 
 Got to love Belkin:) - Two different vendor MAC addresses for one product!
 
 The setting of ne2000dev.enet_maddr = -1 in the table entry for the Belkin card
 in src/sys/dev/pcmcia/if_ne_pcmcia.c should cover both types of Belkin F5D5020 cards.
 
      { PCMCIA_VENDOR_BELKIN, PCMCIA_PRODUCT_BELKIN_F5D5020,
       PCMCIA_CIS_BELKIN_F5D5020,
       0, -1, { 0x00, 0x30, 0xbd } , NE2000DVF_AX88190 },
 
 djb