Module Name:    src
Committed By:   isaki
Date:           Fri Apr  6 09:16:34 UTC 2012

Modified Files:
        src/sys/dev/mii: miidevs.h miidevs_data.h

Log Message:
Regen from miidevs,v 1.106; sync a comment with a fact.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/mii/miidevs_data.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/miidevs.h
diff -u src/sys/dev/mii/miidevs.h:1.108 src/sys/dev/mii/miidevs.h:1.109
--- src/sys/dev/mii/miidevs.h:1.108	Fri Nov 25 23:29:28 2011
+++ src/sys/dev/mii/miidevs.h	Fri Apr  6 09:16:34 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs.h,v 1.108 2011/11/25 23:29:28 jakllsch Exp $	*/
+/*	$NetBSD: miidevs.h,v 1.109 2012/04/06 09:16:34 isaki Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	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
  */
 
 /*-
@@ -47,7 +47,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.
  */

Index: src/sys/dev/mii/miidevs_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.96 src/sys/dev/mii/miidevs_data.h:1.97
--- src/sys/dev/mii/miidevs_data.h:1.96	Fri Nov 25 23:29:28 2011
+++ src/sys/dev/mii/miidevs_data.h	Fri Apr  6 09:16:34 2012
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs_data.h,v 1.96 2011/11/25 23:29:28 jakllsch Exp $	*/
+/*	$NetBSD: miidevs_data.h,v 1.97 2012/04/06 09:16:34 isaki Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	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
  */
 
 /*-

Reply via email to