Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Sync a comment with a fact.



details:   https://anonhg.NetBSD.org/src/rev/49d6ce121591
branches:  trunk
changeset: 778594:49d6ce121591
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Apr 06 09:15:37 2012 +0000

description:
Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.

diffstat:

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

diffs (18 lines):

diff -r 81f17648a3ba -r 49d6ce121591 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Fri Apr 06 08:07:32 2012 +0000
+++ b/sys/dev/mii/miidevs       Fri Apr 06 09:15:37 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.105 2011/11/25 23:28:14 jakllsch Exp $
+$NetBSD: miidevs,v 1.106 2012/04/06 09:15:37 isaki Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
  * (There is a formal 802.3 interpretation, number 1-07/98 of July 09 1998,
  * about this.)
- * The MII_OUI() macro in "mii.h" reflects this.
+ * The MII_OUI() macro in "miivar.h" reflects this.
  * If a vendor uses a different mapping, an "xx" prefixed OUI is defined here
  * which is mangled accordingly to compensate.
  */



Home | Main Index | Thread Index | Old Index