Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Update comment. SmartSpeed workaroud code was ad...



details:   https://anonhg.NetBSD.org/src/rev/dc1a92459d31
branches:  trunk
changeset: 354954:dc1a92459d31
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jul 06 08:09:05 2017 +0000

description:
Update comment. SmartSpeed workaroud code was added in rev. 1.5. No functional
change.

diffstat:

 sys/dev/mii/igphy.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r fc76e02f0edb -r dc1a92459d31 sys/dev/mii/igphy.c
--- a/sys/dev/mii/igphy.c       Thu Jul 06 06:31:24 2017 +0000
+++ b/sys/dev/mii/igphy.c       Thu Jul 06 08:09:05 2017 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: igphy.c,v 1.26 2016/07/07 06:55:41 msaitoh Exp $       */
+/*     $NetBSD: igphy.c,v 1.27 2017/07/06 08:09:05 msaitoh Exp $       */
 
 /*
  * The Intel copyright applies to the analog register setup, and the
- * (currently disabled) SmartSpeed workaround code.
+ * SmartSpeed workaround code.
  */
 
 /*******************************************************************************
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: igphy.c,v 1.26 2016/07/07 06:55:41 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: igphy.c,v 1.27 2017/07/06 08:09:05 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_mii.h"



Home | Main Index | Thread Index | Old Index