Module Name:    src
Committed By:   jym
Date:           Mon Nov 29 23:04:42 UTC 2010

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

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/ikphyreg.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/ikphyreg.h
diff -u src/sys/dev/mii/ikphyreg.h:1.1 src/sys/dev/mii/ikphyreg.h:1.2
--- src/sys/dev/mii/ikphyreg.h:1.1	Sat Oct 21 14:10:33 2006
+++ src/sys/dev/mii/ikphyreg.h	Mon Nov 29 23:04:42 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: ikphyreg.h,v 1.1 2006/10/21 14:10:33 bouyer Exp $	*/
+/*	$NetBSD: ikphyreg.h,v 1.2 2010/11/29 23:04:42 jym Exp $	*/
 /*******************************************************************************
 Copyright (c) 2001-2005, Intel Corporation 
 All rights reserved.
@@ -157,7 +157,7 @@
 #define GG82563_PHY_DEVICE_ID	GG82563_REG(193, 19) /* Device ID */
 
 #define GG82563_PHY_PWR_MGMT_CTRL GG82563_REG(193, 20) /* Power Management Control */
-#define GG82563_PMCR_ENABLE_ELECTRICAL_IDLE         0x0001 /* 1=Enalbe SERDES Electrical Idle */
+#define GG82563_PMCR_ENABLE_ELECTRICAL_IDLE         0x0001 /* 1=Enable SERDES Electrical Idle */
 #define GG82563_PMCR_DISABLE_PORT                   0x0002 /* 1=Disable Port */
 #define GG82563_PMCR_DISABLE_SERDES                 0x0004 /* 1=Disable SERDES */
 #define GG82563_PMCR_REVERSE_AUTO_NEG               0x0008 /* 1=Enable Reverse Auto-Negotiation */

Reply via email to