Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev/pcmcia Pull up revision 1.113 (requested by is ...



details:   https://anonhg.NetBSD.org/src/rev/7f969eff3806
branches:  netbsd-1-6
changeset: 531368:7f969eff3806
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 21:10:36 2004 +0000

description:
Pull up revision 1.113 (requested by is in ticket #1703):
My incarnation of the RPTI 400 card tells 0:0:0:0:0:0 when using the ASIC
to read the Ethernet address. However, as other OS's drivers suggest,
something which looks right is at offset 0x110.

diffstat:

 sys/dev/pcmcia/if_ne_pcmcia.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8966cdf20580 -r 7f969eff3806 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Fri May 28 09:04:44 2004 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Sat May 29 21:10:36 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.90.4.2 2002/09/18 19:37:21 thorpej Exp $    */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.90.4.3 2004/05/29 21:10:36 tron Exp $       */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.90.4.2 2002/09/18 19:37:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.90.4.3 2004/05/29 21:10:36 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -150,7 +150,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 } },
 
     { PCMCIA_STR_RPTI_EP401,
       PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,



Home | Main Index | Thread Index | Old Index