Module Name: src
Committed By: isaki
Date: Fri Apr 6 09:15:37 UTC 2012
Modified Files:
src/sys/dev/mii: miidevs
Log Message:
Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/dev/mii/miidevs
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/miidevs
diff -u src/sys/dev/mii/miidevs:1.105 src/sys/dev/mii/miidevs:1.106
--- src/sys/dev/mii/miidevs:1.105 Fri Nov 25 23:28:14 2011
+++ src/sys/dev/mii/miidevs Fri Apr 6 09:15:37 2012
@@ -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 @@ $NetBSD: miidevs,v 1.105 2011/11/25 23:2
* 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.
*/