Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LO...



details:   https://anonhg.NetBSD.org/src/rev/3af9af223dd6
branches:  trunk
changeset: 752802:3af9af223dd6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Mar 07 11:07:01 2010 +0000

description:
Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS).

diffstat:

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

diffs (17 lines):

diff -r eb046403a2f1 -r 3af9af223dd6 sys/dev/mii/inbmphyreg.h
--- a/sys/dev/mii/inbmphyreg.h  Sun Mar 07 10:58:40 2010 +0000
+++ b/sys/dev/mii/inbmphyreg.h  Sun Mar 07 11:07:01 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inbmphyreg.h,v 1.1 2010/01/14 18:56:01 msaitoh Exp $   */
+/*     $NetBSD: inbmphyreg.h,v 1.2 2010/03/07 11:07:01 msaitoh Exp $   */
 /*******************************************************************************
 Copyright (c) 2001-2005, Intel Corporation 
 All rights reserved.
@@ -93,6 +93,7 @@
 #define        BM_PORT_CTRL_PAGE       769
 
 #define        IGP3_KMRN_DIAG          BME1000_REG(770, 19)
+#define        IGP3_KMRN_DIAG_PCS_LOCK_LOSS    (1 << 1)
 
 #define HV_MUX_DATA_CTRL       BME1000_REG(776, 16)
 #define HV_MUX_DATA_CTRL_FORCE_SPEED   (1 << 2)



Home | Main Index | Thread Index | Old Index