Subject: port-i386/20227: A fix for NETGEAR FA410TX PCMCIA network card problem
To: None <gnats-bugs@gnats.netbsd.org>
From: None <DZhukov@celeritysolutions.com>
List: netbsd-bugs
Date: 02/06/2003 14:12:18
>Number:         20227
>Category:       port-i386
>Synopsis:       A fix for NETGEAR FA410TX PCMCIA network card problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-i386-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 06 14:13:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Zhukov
>Release:        1.6
>Organization:
>Environment:
NetBSD T4000CDS 1.6 NetBSD 1.6 (TOSHIBA-4000CDS) #6: Mon Nov 25 00:29:46 EST 2002     root@:/usr/src/sys/arch/i386/compile/TOSHIBA-4000CDS i386
>Description:
The system required a fix to be able to recognize the NETGEAR FA410TX PCMCIA network card. Before the fix, the system said, at startup:

"can't match ethernet vendor code"
>How-To-Repeat:
Try to boot a laptop with the NETGEAR FA410TX PCMCIA card inserted.
>Fix:
1. In pcmciadevs.h, replace the line 469

#define PCMCIA_CIS_NETGEAR_FA410TXC { NULL, NULL, NULL, NULL }

with

#define PCMCIA_CIS_NETGEAR_FA410TXC { "NETGEAR", "FA410TX", NULL, NULL }

2. In if_ne_pcmcia.c, replace 

(a) on the line 277

PCMCIA_STR_DLINK_DFE670TXD

with

PCMCIA_STR_NETGEAR_FA410TXC

(b) on the line 279

PCMCIA_CIS_DLINK_DFE670TXD

with

PCMCIA_CIS_NETGEAR_FA410TXC

(c) on the line 280

{ 0x00, 0x50, 0xba }

with

{ 0x00, 0x48, 0x54 }


>Release-Note:
>Audit-Trail:
>Unformatted: