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/mii pullup 1.1->1.2 (thorpej): Correct a regist...



details:   https://anonhg.NetBSD.org/src/rev/712f55c991a0
branches:  netbsd-1-4
changeset: 468742:712f55c991a0
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Jun 20 19:21:59 1999 +0000

description:
pullup 1.1->1.2 (thorpej): Correct a register number.

diffstat:

 sys/dev/mii/inphyreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 724345251f2e -r 712f55c991a0 sys/dev/mii/inphyreg.h
--- a/sys/dev/mii/inphyreg.h    Sun Jun 20 19:20:33 1999 +0000
+++ b/sys/dev/mii/inphyreg.h    Sun Jun 20 19:21:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inphyreg.h,v 1.1 1998/08/11 00:00:28 thorpej Exp $     */
+/*     $NetBSD: inphyreg.h,v 1.1.6.1 1999/06/20 19:21:59 perry Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
 
 #define        MII_INPHY_10TTJDC       0x19    /* 10baseT Tx Jabber Detect Ctr */
 
-#define        MII_INPHY_SCTRL2        0x21    /* 82555 Special Control */
+#define        MII_INPHY_SCTRL2        0x1b    /* 82555 Special Control */
 #define        SCTRL2_LEDMASK          0x0007  /* mask of LEDs control: see below */
 
 #define        LEDMASK_ACTLINK         0x0000  /* A = Activity, L = Link */



Home | Main Index | Thread Index | Old Index