Subject: Re: unrecognized pcmcia ethernet card
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: netbsd-users
Date: 05/21/2005 13:31:49
In article <baf475550505211016173544f6@mail.gmail.com>,
Tomoki NetBSD Mailing Lists  <tomoki.netbsd.ml@gmail.com> wrote:
>OK, I've located the following in if_ne_pcmcia.c
>
>    { PCMCIA_STR_BUFFALO_LPC4_CLX,
>      PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_LPC4_CLX,
>      PCMCIA_CIS_BUFFALO_LPC4_CLX,
>      0, -1, { 0x00, 0x40, 0xfa }, NE2000DVF_AX88190 | NE2000DVF_AX88790 },
>
>I am assuming I need to alter the  { 0x00, 0x40, 0xfa } values, so how
>do I figure out what those values should be?

Look in the FreeBSD or Linux driver. They might have figured it out.

christos