Module Name:    src
Committed By:   nonaka
Date:           Sun Nov  9 17:54:02 UTC 2014

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

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.112 src/sys/dev/mii/miidevs_data.h:1.113
--- src/sys/dev/mii/miidevs_data.h:1.112	Wed Aug 20 08:00:40 2014
+++ src/sys/dev/mii/miidevs_data.h	Sun Nov  9 17:54:02 2014
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs_data.h,v 1.112 2014/08/20 08:00:40 msaitoh Exp $	*/
+/*	$NetBSD: miidevs_data.h,v 1.113 2014/11/09 17:54:02 nonaka Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: miidevs,v 1.121 2014/08/20 08:00:18 msaitoh Exp
+ *	NetBSD: miidevs,v 1.122 2014/11/09 17:53:37 nonaka Exp
  */
 
 /*-
@@ -184,6 +184,7 @@ struct mii_knowndev mii_knowndevs[] = {
  { MII_OUI_RDC, MII_MODEL_RDC_R6040, MII_STR_RDC_R6040 },
  { MII_OUI_yyREALTEK, MII_MODEL_yyREALTEK_RTL8201L, MII_STR_yyREALTEK_RTL8201L },
  { MII_OUI_xxREALTEK, MII_MODEL_xxREALTEK_RTL8169S, MII_STR_xxREALTEK_RTL8169S },
+ { MII_OUI_REALTEK, MII_MODEL_REALTEK_RTL8251, MII_STR_REALTEK_RTL8251 },
  { MII_OUI_REALTEK, MII_MODEL_REALTEK_RTL8169S, MII_STR_REALTEK_RTL8169S },
  { MII_OUI_SEEQ, MII_MODEL_SEEQ_80220, MII_STR_SEEQ_80220 },
  { MII_OUI_SEEQ, MII_MODEL_SEEQ_84220, MII_STR_SEEQ_84220 },

Reply via email to