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; corrected Marvell entries.



details:   https://anonhg.NetBSD.org/src/rev/e28c4580b09f
branches:  trunk
changeset: 512645:e28c4580b09f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 12 17:29:49 2001 +0000

description:
Regen; corrected Marvell entries.

diffstat:

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

diffs (50 lines):

diff -r 6de0de8dc62c -r e28c4580b09f sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Thu Jul 12 17:29:18 2001 +0000
+++ b/sys/dev/mii/miidevs.h     Thu Jul 12 17:29:49 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs.h,v 1.23 2001/06/19 19:51:27 thorpej Exp $     */
+/*     $NetBSD: miidevs.h,v 1.24 2001/07/12 17:29:49 thorpej Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.23 2001/06/19 19:51:04 thorpej Exp 
+ *     NetBSD: miidevs,v 1.24 2001/07/12 17:29:18 thorpej Exp 
  */
 
 /*-
@@ -67,7 +67,7 @@
 #define        MII_OUI_ICS     0x00a0be        /* Integrated Circuit Systems */
 #define        MII_OUI_INTEL   0x00aa00        /* Intel */
 #define        MII_OUI_LEVEL1  0x00207b        /* Level 1 */
-#define        MII_OUI_MARVELL 0x005043        /* Marvell Semiconductor */
+#define        MII_OUI_MARVELL 0x000ac2        /* Marvell Semiconductor */
 #define        MII_OUI_MYSON   0x00c0b4        /* Myson Technology */
 #define        MII_OUI_NATSEMI 0x080017        /* National Semiconductor */
 #define        MII_OUI_PMCSIERRA       0x00e004        /* PMC-Sierra */
@@ -161,7 +161,7 @@
 #define        MII_STR_xxLEVEL1_LXT970 "LXT970 10/100 media interface"
 
 /* Marvell Semiconductor PHYs */
-#define        MII_MODEL_MARVELL_E1000 0x0000
+#define        MII_MODEL_MARVELL_E1000 0x0005
 #define        MII_STR_MARVELL_E1000   "Marvell 88E1000 Gigabit PHY"
 
 /* Myson Technology PHYs */
diff -r 6de0de8dc62c -r e28c4580b09f sys/dev/mii/miidevs_data.h
--- a/sys/dev/mii/miidevs_data.h        Thu Jul 12 17:29:18 2001 +0000
+++ b/sys/dev/mii/miidevs_data.h        Thu Jul 12 17:29:49 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs_data.h,v 1.13 2001/06/19 19:51:28 thorpej Exp $        */
+/*     $NetBSD: miidevs_data.h,v 1.14 2001/07/12 17:29:49 thorpej Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.23 2001/06/19 19:51:04 thorpej Exp 
+ *     NetBSD: miidevs,v 1.24 2001/07/12 17:29:18 thorpej Exp 
  */
 
 /*-



Home | Main Index | Thread Index | Old Index