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.



details:   https://anonhg.NetBSD.org/src/rev/53ccc92d20f7
branches:  trunk
changeset: 527021:53ccc92d20f7
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 15 21:25:28 2002 +0000

description:
Regen.

diffstat:

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

diffs (57 lines):

diff -r d7f1600b0347 -r 53ccc92d20f7 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Wed May 15 21:24:59 2002 +0000
+++ b/sys/dev/mii/miidevs.h     Wed May 15 21:25:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs.h,v 1.35 2002/03/14 04:41:09 chs Exp $ */
+/*     $NetBSD: miidevs.h,v 1.36 2002/05/15 21:25:28 matt Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.35 2002/03/14 04:40:27 chs Exp 
+ *     NetBSD: miidevs,v 1.36 2002/05/15 21:24:59 matt Exp 
  */
 
 /*-
@@ -100,6 +100,7 @@
 /* Don't know what's going on here. */
 #define        MII_OUI_xxDAVICOM       0x000602        /* Davicom Semiconductor */
 #define        MII_OUI_xxPMCSIERRA     0x0009c0        /* PMC-Sierra */
+#define        MII_OUI_xxPMCSIERRA2    0x0009ea        /* PMC-Sierra */
 
 #define        MII_OUI_xxMARVELL       0x000ac2        /* Marvell Semiconductor */
 
@@ -201,6 +202,8 @@
 /* PMC Sierra PHYs */
 #define        MII_MODEL_xxPMCSIERRA_PM8351    0x0000
 #define        MII_STR_xxPMCSIERRA_PM8351      "PM8351 OctalPHY Gigabit interface"
+#define        MII_MODEL_xxPMCSIERRA2_PM8353   0x0003
+#define        MII_STR_xxPMCSIERRA2_PM8353     "PM8353 QuadPHY Gigabit interface"
 
 /* Quality Semiconductor PHYs */
 #define        MII_MODEL_xxQUALSEMI_QS6612     0x0000
diff -r d7f1600b0347 -r 53ccc92d20f7 sys/dev/mii/miidevs_data.h
--- a/sys/dev/mii/miidevs_data.h        Wed May 15 21:24:59 2002 +0000
+++ b/sys/dev/mii/miidevs_data.h        Wed May 15 21:25:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs_data.h,v 1.25 2002/03/14 04:41:09 chs Exp $    */
+/*     $NetBSD: miidevs_data.h,v 1.26 2002/05/15 21:25:29 matt Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.35 2002/03/14 04:40:27 chs Exp 
+ *     NetBSD: miidevs,v 1.36 2002/05/15 21:24:59 matt Exp 
  */
 
 /*-
@@ -80,6 +80,7 @@
  { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83891, MII_STR_xxNATSEMI_DP83891 }, 
  { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83861, MII_STR_xxNATSEMI_DP83861 }, 
  { MII_OUI_xxPMCSIERRA, MII_MODEL_xxPMCSIERRA_PM8351, MII_STR_xxPMCSIERRA_PM8351 }, 
+ { MII_OUI_xxPMCSIERRA2, MII_MODEL_xxPMCSIERRA2_PM8353, MII_STR_xxPMCSIERRA2_PM8353 }, 
  { MII_OUI_xxQUALSEMI, MII_MODEL_xxQUALSEMI_QS6612, MII_STR_xxQUALSEMI_QS6612 }, 
  { MII_OUI_SEEQ, MII_MODEL_SEEQ_80220, MII_STR_SEEQ_80220 }, 
  { MII_OUI_SEEQ, MII_MODEL_SEEQ_84220, MII_STR_SEEQ_84220 }, 



Home | Main Index | Thread Index | Old Index