Module Name: src
Committed By: bouyer
Date: Wed Jan 26 18:39:25 UTC 2011
Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h
Log Message:
Regen: Add RDC Semiconductor R6040 10/100 integrated PHY
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.89 -r1.90 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.101 src/sys/dev/mii/miidevs.h:1.102
--- src/sys/dev/mii/miidevs.h:1.101 Sat Dec 11 18:09:33 2010
+++ src/sys/dev/mii/miidevs.h Wed Jan 26 18:39:25 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: miidevs.h,v 1.101 2010/12/11 18:09:33 matt Exp $ */
+/* $NetBSD: miidevs.h,v 1.102 2011/01/26 18:39:25 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: miidevs,v 1.98 2010/12/11 18:09:13 matt Exp
+ * NetBSD: miidevs,v 1.99 2011/01/26 18:39:04 bouyer Exp
*/
/*-
@@ -75,6 +75,7 @@
#define MII_OUI_MYSON 0x00c0b4 /* Myson Technology */
#define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */
#define MII_OUI_PMCSIERRA 0x00e004 /* PMC-Sierra */
+#define MII_OUI_RDC 0x00d02d /* RDC Semiconductor */
#define MII_OUI_REALTEK 0x00e04c /* RealTek */
#define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */
#define MII_OUI_SEEQ 0x00a07d /* Seeq */
@@ -374,6 +375,9 @@
#define MII_MODEL_xxQUALSEMI_QS6612 0x0000
#define MII_STR_xxQUALSEMI_QS6612 "QS6612 10/100 media interface"
+/* RDC Semiconductor PHYs */
+#define MII_MODEL_RDC_R6040 0x0003
+#define MII_STR_RDC_R6040 "R6040 10/100 media interface"
/* RealTek PHYs */
#define MII_MODEL_yyREALTEK_RTL8201L 0x0020
#define MII_STR_yyREALTEK_RTL8201L "RTL8201L 10/100 media interface"
Index: src/sys/dev/mii/miidevs_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.89 src/sys/dev/mii/miidevs_data.h:1.90
--- src/sys/dev/mii/miidevs_data.h:1.89 Sat Dec 11 18:09:33 2010
+++ src/sys/dev/mii/miidevs_data.h Wed Jan 26 18:39:25 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: miidevs_data.h,v 1.89 2010/12/11 18:09:33 matt Exp $ */
+/* $NetBSD: miidevs_data.h,v 1.90 2011/01/26 18:39:25 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: miidevs,v 1.98 2010/12/11 18:09:13 matt Exp
+ * NetBSD: miidevs,v 1.99 2011/01/26 18:39:04 bouyer Exp
*/
/*-
@@ -145,6 +145,7 @@
{ MII_OUI_xxPMCSIERRA2, MII_MODEL_xxPMCSIERRA2_PM8353, MII_STR_xxPMCSIERRA2_PM8353 },
{ MII_OUI_PMCSIERRA, MII_MODEL_PMCSIERRA_PM8354, MII_STR_PMCSIERRA_PM8354 },
{ MII_OUI_xxQUALSEMI, MII_MODEL_xxQUALSEMI_QS6612, MII_STR_xxQUALSEMI_QS6612 },
+ { 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_RTL8169S, MII_STR_REALTEK_RTL8169S },