Subject: diffs/patches for billionton CF Ethernet adapter
To: None <netbsd-help@netbsd.org>
From: Michael Francini <francini@mindspring.com>
List: netbsd-help
Date: 04/08/2003 17:33:03
--=-fGR/kvh7hLjdh1VNvStT
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi,
Sorry for the delay, but I was out of town on business. Here's the
structures I created for the Billionton CF. You may wish to change the
vendor/card description for consistency. Let me know if there are any
issues.
Regards,
Mike F.
--=-fGR/kvh7hLjdh1VNvStT
Content-Disposition: attachment; filename=billiontoncf.patch
Content-Type: text/plain; name=billiontoncf.patch; charset=646
Content-Transfer-Encoding: 7bit
*** oldif_ne_pcmcia.c Tue Apr 1 16:51:01 2003
--- if_ne_pcmcia.c Tue Apr 1 21:31:00 2003
***************
*** 438,443 ****
--- 438,448 ----
PCMCIA_CIS_BILLIONTON_LNT10TN,
0, -1, { 0x00, 0x00, 0x00 } },
+ { PCMCIA_STR_BILLIONTONCF_CFLT10N,
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_BILLIONTONCF_CFLT10N,
+ 0, -1, { 0x00, 0x00, 0x00 } },
+
{ PCMCIA_STR_NDC_ND5100_E,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_NDC_ND5100_E,
--=-fGR/kvh7hLjdh1VNvStT
Content-Disposition: attachment; filename=billiontoncfdevs.patch
Content-Type: text/plain; name=billiontoncfdevs.patch; charset=646
Content-Transfer-Encoding: 7bit
*** pcmciadevs.old Tue Apr 1 20:21:35 2003
--- pcmciadevs Tue Apr 1 21:28:46 2003
***************
*** 375,380 ****
--- 375,381 ----
vendor ACCTON -1 ACCTON
vendor AMD -1 AMD
vendor BILLIONTON -1 Billionton Systems Inc.
+ vendor BILLIONTONCF -1 Billionton Systems Inc. CF
vendor CNET -1 CNet
vendor DIGITAL -1 Digital Equipment Corporation
vendor DLINK -1 D-Link
***************
*** 399,404 ****
--- 400,406 ----
product ACCTON EN2212 { "ACCTON", "EN2212", NULL, NULL } Accton EN2212
product AMBICOM AMB8002T { "AmbiCom&spInc", "AMB8002T", NULL, NULL } AmbiCom AMB8002T
product AMD AM79C930 { "AMD", "Am79C930", NULL, NULL } AMD Am79C930
+ product BILLIONTONCF CFLT10N { "CF", "10Base-Ethernet", "1.0", NULL } Billionton Systems Inc. CF CFLT10N Ethernet
product BILLIONTON LNT10TN { "PCMCIA", "LNT-10TN", NULL, NULL } Billionton Systems Inc. LNT-10TN NE2000 Compatible Card
product CNET NE2000 { "CNet", "CN40BC&spEthernet", "D", "NE2000" } CNet CN40BC NE2000 Compatible
product COREGA ETHER_PCC_T { "corega&spK.K.", "corega&spEther&spPCC-T", NULL, NULL } Corega Ether PCC-T
--=-fGR/kvh7hLjdh1VNvStT--