Module Name:    src
Committed By:   msaitoh
Date:           Sun Mar  7 11:07:02 UTC 2010

Modified Files:
        src/sys/dev/mii: inbmphyreg.h

Log Message:
Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/inbmphyreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/inbmphyreg.h
diff -u src/sys/dev/mii/inbmphyreg.h:1.1 src/sys/dev/mii/inbmphyreg.h:1.2
--- src/sys/dev/mii/inbmphyreg.h:1.1	Thu Jan 14 18:56:01 2010
+++ src/sys/dev/mii/inbmphyreg.h	Sun Mar  7 11:07:01 2010
@@ -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)

Reply via email to