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 [ICS 1893]



details:   https://anonhg.NetBSD.org/src/rev/8e5b5f3e6722
branches:  trunk
changeset: 522040:8e5b5f3e6722
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 10 17:09:08 2002 +0000

description:
Regen [ICS 1893]

diffstat:

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

diffs (49 lines):

diff -r 5e288dc72a0e -r 8e5b5f3e6722 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Sun Feb 10 17:08:24 2002 +0000
+++ b/sys/dev/mii/miidevs.h     Sun Feb 10 17:09:08 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs.h,v 1.33 2002/01/15 21:00:50 thorpej Exp $     */
+/*     $NetBSD: miidevs.h,v 1.34 2002/02/10 17:09:08 wiz Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.33 2002/01/15 20:59:52 thorpej Exp 
+ *     NetBSD: miidevs,v 1.34 2002/02/10 17:08:24 wiz Exp 
  */
 
 /*-
@@ -149,6 +149,8 @@
 /* Integrated Circuit Systems PHYs */
 #define        MII_MODEL_ICS_1890      0x0002
 #define        MII_STR_ICS_1890        "ICS1890 10/100 media interface"
+#define        MII_MODEL_ICS_1893      0x0004
+#define        MII_STR_ICS_1893        "ICS1893 10/100 media interface"
 
 /* Intel PHYs */
 #define        MII_MODEL_xxINTEL_I82553        0x0000
diff -r 5e288dc72a0e -r 8e5b5f3e6722 sys/dev/mii/miidevs_data.h
--- a/sys/dev/mii/miidevs_data.h        Sun Feb 10 17:08:24 2002 +0000
+++ b/sys/dev/mii/miidevs_data.h        Sun Feb 10 17:09:08 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs_data.h,v 1.23 2002/01/15 21:00:50 thorpej Exp $        */
+/*     $NetBSD: miidevs_data.h,v 1.24 2002/02/10 17:09:08 wiz Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.33 2002/01/15 20:59:52 thorpej Exp 
+ *     NetBSD: miidevs,v 1.34 2002/02/10 17:08:24 wiz Exp 
  */
 
 /*-
@@ -60,6 +60,7 @@
  { MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5411, MII_STR_BROADCOM_BCM5411 }, 
  { MII_OUI_xxDAVICOM, MII_MODEL_xxDAVICOM_DM9101, MII_STR_xxDAVICOM_DM9101 }, 
  { MII_OUI_ICS, MII_MODEL_ICS_1890, MII_STR_ICS_1890 }, 
+ { MII_OUI_ICS, MII_MODEL_ICS_1893, MII_STR_ICS_1893 }, 
  { MII_OUI_xxINTEL, MII_MODEL_xxINTEL_I82553, MII_STR_xxINTEL_I82553 }, 
  { MII_OUI_yyINTEL, MII_MODEL_yyINTEL_I82555, MII_STR_yyINTEL_I82555 }, 
  { MII_OUI_yyINTEL, MII_MODEL_yyINTEL_I82562EH, MII_STR_yyINTEL_I82562EH }, 



Home | Main Index | Thread Index | Old Index