Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pcmcia pullup 1.32->1.33, as requested by David...



details:   https://anonhg.NetBSD.org/src/rev/7a9302db9286
branches:  netbsd-1-4
changeset: 468368:7a9302db9286
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Apr 19 15:19:14 1999 +0000

description:
pullup 1.32->1.33, as requested by David Brownlee to fix pr 7238.

diffstat:

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

diffs (18 lines):

diff -r 58c30109b586 -r 7a9302db9286 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Mon Apr 19 15:02:34 1999 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Mon Apr 19 15:19:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.31.2.1 1999/04/14 02:25:35 abs Exp $        */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.31.2.2 1999/04/19 15:19:14 perry Exp $      */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -210,7 +210,7 @@
     { PCMCIA_STR_COMPEX_LINKPORT_ENET_B,
       PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
       PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
-      0, 0x01c0, { 0x01, 0x03, 0xdc } },
+      0, 0x01c0, { 0x00, 0xa0, 0x0c } },
 
 #if 0
     /* the rest of these are stolen from the linux pcnet pcmcia device



Home | Main Index | Thread Index | Old Index