Subject: Re: unrecognized pcmcia ethernet card
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: netbsd-users
Date: 05/17/2005 23:52:17
In article <baf4755505051720301d92c991@mail.gmail.com>,
Tomoki NetBSD Mailing Lists  <tomoki.netbsd.ml@gmail.com> wrote:
>I have a pcmcia ethernet card that is unrecognized by NetBSD
>
><snip>
>ne0 at pcmcia0 function 0
>ne (manf 0000026f prod 00000309) csi BUFFALO LPC4-CLX: can't match
>ethernet vendor code
></snip>
>
>is there anyway to add the vendor code so that the card will be recognized?

yes, you need to add it to /usr/src/sys/dev/pcmcia/pcmciadevs and
if_ne_pcmcia.c.

christos