Subject: RPTI 400 pcmcia ethernet: test request
To: None <current-users@netbsd.org, tech-net@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-net
Date: 05/22/2004 10:56:09
--98e8jtXdkpgskNou
Content-Type: multipart/mixed; boundary="HcAYCG3uE/tztfnV"
Content-Disposition: inline


--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I've found an Ethernet card of the abovementioned type that shows up (with
NetBSD-2.0_BETA) as having the address 0:0:0:0:0:0. After researching how
another OS handles this card, I've found that the appended patch makes this
card look reasonable.=20

Users of this card: can you please build a kernel with this patch=20
applied, and report success/failure (with the output of PCMCIAVERBOSE if
possible)?

The patch applies cleanly to the 1.6 branch, the 2.0 branch and -current.

Regards,
	-is
--=20
seal your e-mail: http://www.gnupg.org/

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="myrpti.diff"
Content-Transfer-Encoding: quoted-printable

? if_ne_pcmcia.c.blame
? if_ne_pcmcia.c.log
? myrpti.diff
Index: if_ne_pcmcia.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvsroot/src/sys/dev/pcmcia/if_ne_pcmcia.c,v
retrieving revision 1.110
diff -u -r1.110 if_ne_pcmcia.c
--- if_ne_pcmcia.c	13 Mar 2004 15:09:16 -0000	1.110
+++ if_ne_pcmcia.c	21 May 2004 19:22:56 -0000
@@ -149,7 +149,7 @@
     { PCMCIA_STR_RPTI_EP400,
       PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
       PCMCIA_CIS_RPTI_EP400,
-      0, -1, { 0x00, 0x40, 0x95 } },
+      0, 0x110, { 0x00, 0x40, 0x95 } },
=20
     { PCMCIA_STR_RPTI_EP401,
       PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,

--HcAYCG3uE/tztfnV--

--98e8jtXdkpgskNou
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (NetBSD)

iD8DBQFArxWoN4tiz3B8hB0RAiFwAKCbZeuSStzcfF7GERJ1Rmx5hJHPtwCg1YXX
hixlyjfM4fyWaTUnWqGwhNI=
=zPTO
-----END PGP SIGNATURE-----

--98e8jtXdkpgskNou--