Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Fix enet_vendor entries for Compex Linkport E...



details:   https://anonhg.NetBSD.org/src/rev/25acc92c6e95
branches:  trunk
changeset: 471977:25acc92c6e95
user:      abs <abs%NetBSD.org@localhost>
date:      Fri Apr 16 22:35:49 1999 +0000

description:
Fix enet_vendor entries for Compex Linkport Enet B (PR 7238)

diffstat:

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

diffs (18 lines):

diff -r 26aeaf14c6d5 -r 25acc92c6e95 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Fri Apr 16 21:47:11 1999 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Fri Apr 16 22:35:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.32 1999/04/09 23:19:27 abs Exp $    */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.33 1999/04/16 22:35:49 abs 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