Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Regen: Add RDC Semiconductor R6040 10/100 integr...



details:   https://anonhg.NetBSD.org/src/rev/98e46729bcf2
branches:  trunk
changeset: 761408:98e46729bcf2
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jan 26 18:39:25 2011 +0000

description:
Regen: Add RDC Semiconductor R6040 10/100 integrated PHY

diffstat:

 sys/dev/mii/miidevs.h      |  8 ++++++--
 sys/dev/mii/miidevs_data.h |  5 +++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 06d4af299a86 -r 98e46729bcf2 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Wed Jan 26 18:39:04 2011 +0000
+++ b/sys/dev/mii/miidevs.h     Wed Jan 26 18:39:25 2011 +0000
@@ -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"
diff -r 06d4af299a86 -r 98e46729bcf2 sys/dev/mii/miidevs_data.h
--- a/sys/dev/mii/miidevs_data.h        Wed Jan 26 18:39:04 2011 +0000
+++ b/sys/dev/mii/miidevs_data.h        Wed Jan 26 18:39:25 2011 +0000
@@ -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 },



Home | Main Index | Thread Index | Old Index