Subject: CNet CN40BC PCMCIA Ethernet patches
To: None <port-amiga@netbsd.org>
From: Chris Edwards <cme@ihug.co.nz>
List: port-amiga
Date: 10/02/2001 01:23:20
This is a multi-part message in MIME format.
------=_NextPart_000_00D4_01C14AE0.D20AAFD0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
OK, here are the diffs for the CN40BC again, in the preferred format. =
:^) I think my mailer is going to insist on converting all tabs to =
spaces, so I've included the diff files as attachments as well.
--- pcmciadevs.old Tue Oct 2 01:08:17 2001
+++ pcmciadevs Tue Oct 2 00:39:15 2001
@@ -72,6 +72,7 @@
vendor NOKIA 0x023d Nokia Communications
vendor LASAT 0x3401 Lasat Communications A/S
vendor LEXARMEDIA 0x4e01 Lexar Media
+vendor CNET 0x80ad CNet Technology Inc.
vendor COMPEX 0x8a01 Compex Corporation
vendor MELCO 0x8a01 Melco Corporation
vendor CONTEC 0xc001 Contec
@@ -304,3 +305,4 @@
product NDC ND5100_E { "NDC", "Ethernet", "A", NULL } Sohoware ND5100E =
NE2000 Compatible Card
product INTERSIL PRISM2 { "INTERSIL", "HFA384x/IEEE", "Version 01.02", =
NULL} Intersil Prism II
product SYNERGY21 S21810 { "PCMCIA", "Ethernet", "A", "004743118001" } =
Synergy 21 S21810+ NE2000 Compatible Card
+product CNET CN40BC { "CNet", "CN40BC&spEthernet", "D", "NE2000" } =
CNet CN40BC
--- if_ne_pcmcia.c.old Tue Oct 2 00:55:26 2001
+++ if_ne_pcmcia.c Tue Oct 2 00:36:43 2001
@@ -158,6 +158,11 @@
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_EPSON_EEN10B,
PCMCIA_CIS_EPSON_EEN10B,
0, 0xff0, { 0x00, 0x00, 0x48 } },
+ =20
+ { PCMCIA_STR_CNET_CN40BC,
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_CNET_CN40BC,
+ 0, -1, { 0x00, 0x80, 0xad } },
=20
/*
* You have to add new entries which contains
=3D=3D=3D=3D=3D=3D=3D=3D
Regards,
Chris
------=_NextPart_000_00D4_01C14AE0.D20AAFD0
Content-Type: application/octet-stream;
name="pcmciadevs.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="pcmciadevs.diff"
--- pcmciadevs.old Tue Oct 2 01:08:17 2001=0A=
+++ pcmciadevs Tue Oct 2 00:39:15 2001=0A=
@@ -72,6 +72,7 @@=0A=
vendor NOKIA 0x023d Nokia Communications=0A=
vendor LASAT 0x3401 Lasat Communications A/S=0A=
vendor LEXARMEDIA 0x4e01 Lexar Media=0A=
+vendor CNET 0x80ad CNet Technology Inc.=0A=
vendor COMPEX 0x8a01 Compex Corporation=0A=
vendor MELCO 0x8a01 Melco Corporation=0A=
vendor CONTEC 0xc001 Contec=0A=
@@ -304,3 +305,4 @@=0A=
product NDC ND5100_E { "NDC", "Ethernet", "A", NULL } Sohoware ND5100E =
NE2000 Compatible Card=0A=
product INTERSIL PRISM2 { "INTERSIL", "HFA384x/IEEE", "Version 01.02", =
NULL} Intersil Prism II=0A=
product SYNERGY21 S21810 { "PCMCIA", "Ethernet", "A", "004743118001" } =
Synergy 21 S21810+ NE2000 Compatible Card=0A=
+product CNET CN40BC { "CNet", "CN40BC&spEthernet", "D", "NE2000" } =
CNet CN40BC=0A=
------=_NextPart_000_00D4_01C14AE0.D20AAFD0
Content-Type: application/octet-stream;
name="if_ne_pcmcia.c.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="if_ne_pcmcia.c.diff"
--- if_ne_pcmcia.c.old Tue Oct 2 00:55:26 2001=0A=
+++ if_ne_pcmcia.c Tue Oct 2 00:36:43 2001=0A=
@@ -158,6 +158,11 @@=0A=
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_EPSON_EEN10B,=0A=
PCMCIA_CIS_EPSON_EEN10B,=0A=
0, 0xff0, { 0x00, 0x00, 0x48 } },=0A=
+ =0A=
+ { PCMCIA_STR_CNET_CN40BC,=0A=
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,=0A=
+ PCMCIA_CIS_CNET_CN40BC,=0A=
+ 0, -1, { 0x00, 0x80, 0xad } },=0A=
=0A=
/*=0A=
* You have to add new entries which contains=0A=
------=_NextPart_000_00D4_01C14AE0.D20AAFD0--