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/0a7595a22b39
branches:  trunk
changeset: 467436:0a7595a22b39
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Mar 24 21:07:26 1999 +0000

description:
Regen.

diffstat:

 sys/dev/mii/miidevs.h |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r c2e9fd7964c1 -r 0a7595a22b39 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Wed Mar 24 21:07:04 1999 +0000
+++ b/sys/dev/mii/miidevs.h     Wed Mar 24 21:07:26 1999 +0000
@@ -1,14 +1,14 @@
-/*     $NetBSD: miidevs.h,v 1.4 1999/02/05 20:20:04 thorpej Exp $      */
+/*     $NetBSD: miidevs.h,v 1.5 1999/03/24 21:07:26 thorpej Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.4 1999/02/05 20:19:44 thorpej Exp 
+ *     NetBSD: miidevs,v 1.5 1999/03/24 21:07:04 thorpej Exp 
  */
 
 /*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -56,6 +56,7 @@
 #define        MII_OUI_NATSEMI 0x080017        /* National Semiconductor */
 #define        MII_OUI_QUALSEMI        0x006051        /* Quality Semiconductor */
 #define        MII_OUI_SEEQ    0x0005be        /* Seeq */
+#define        MII_OUI_SIS     0x000760        /* Silicon Integrated Systems */
 #define        MII_OUI_TI      0x100014        /* Texas Instruments */
 
 /*
@@ -98,6 +99,10 @@
 #define        MII_MODEL_SEEQ_84220    0x0004
 #define        MII_STR_SEEQ_84220      "Seeq 84220 10/100 media interface"
 
+/* Silicon Integrated Systems PHYs */
+#define        MII_MODEL_SIS_900       0x0000
+#define        MII_STR_SIS_900 "SiS 900 10/100 media interface"
+
 /* Texas Instruments PHYs */
 #define        MII_MODEL_TI_TLAN10T    0x0001
 #define        MII_STR_TI_TLAN10T      "ThunderLAN 10baseT media interface"



Home | Main Index | Thread Index | Old Index