Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/f61a936ef010
branches:  trunk
changeset: 759123:f61a936ef010
user:      jym <jym%NetBSD.org@localhost>
date:      Mon Nov 29 23:04:42 2010 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r 7596020a028e -r f61a936ef010 sys/dev/mii/ikphyreg.h
--- a/sys/dev/mii/ikphyreg.h    Mon Nov 29 19:54:10 2010 +0000
+++ b/sys/dev/mii/ikphyreg.h    Mon Nov 29 23:04:42 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index