Subject: PCMCIA Trust NE2000 card configured.
To: tech-kern@NetBSD.ORG <tech-kern@netbsd.org>
From: Dante Profeta <dante@mclink.it>
List: tech-kern
Date: 08/15/1998 18:34:19
I did modify some files to add support for Trust NE2000 PCMCIA combo
cards.
These cards are manufactured by LinkSys and are very spread and very
cheap in Italy.
- "pcmciadevs":
product LINKSYS TRUST_COMBO_CARD 0x021b Trust (Linksys) Combo
EthernetCard
- "if_ne_pcmcia.c":
{ PCMCIA_STR_LINKSYS_TRUST_COMBO_CARD,
PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_CARD,
PCMCIA_CIS_LINKSYS_TRUST_COMBO_CARD,
0, 0x0120, { 0x20, 0x04, 0x49 } },
Unfortunally I cannot commit this change, so if anyone finds this of
some interest and can commit it please do it.
--
Dante_