Subject: new pcmcia devices
To: None <netbsd-users@netbsd.org>
From: Steve Bellovin <smb@research.att.com>
List: netbsd-users
Date: 07/10/2003 11:35:31
I have an oddball pcmcia card that emulates an NE2000.  When I plug
it in, the kernel says:

ASIX, AX88790,  (manufacturer 0xffff, product 0x1090) at pcmcia0,  function 0 not configured

I assume I need to add an entry to if_ne_pcmcia.c.  I know what the
character string should be, and I assume that the manufacturer
and product are 0xffff and 0x1090.  What do I put for the cis_info,
function,enet_maddr, enet_vendr, and flags?  Is there anything else
I need to do?