summaryrefslogtreecommitdiff
path: root/sys/dev/mii/miidevs.h
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-06-05 05:42:46 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-06-05 05:42:46 +0000
commit09716099ad09a82cffcafff459ae4e4e3e5ba0dd (patch)
treed9b2ad9e2615b36b051a7d0df7d026f678ed8d5b /sys/dev/mii/miidevs.h
parentcdb09006340a14fb0a379a145e655dd10e039838 (diff)
sync
Diffstat (limited to 'sys/dev/mii/miidevs.h')
-rw-r--r--sys/dev/mii/miidevs.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h
index b99d140b8b1..643d6b9b9b7 100644
--- a/sys/dev/mii/miidevs.h
+++ b/sys/dev/mii/miidevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: miidevs.h,v 1.43 2004/04/15 08:45:19 mickey Exp $ */
+/* $OpenBSD: miidevs.h,v 1.44 2004/06/05 05:42:45 pvalchev Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: miidevs,v 1.40 2004/04/15 08:45:04 mickey Exp
+ * OpenBSD: miidevs,v 1.41 2004/06/05 05:42:08 pvalchev Exp
*/
/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
@@ -63,6 +63,7 @@
#define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */
#define MII_OUI_PLESSEY 0x046b40 /* Plessey Semiconductor */
#define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */
+#define MII_OUI_REALTEK 0x000020 /* Realtek Semiconductor */
#define MII_OUI_SEEQ 0x00a07d /* Seeq */
#define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */
#define MII_OUI_TI 0x080028 /* Texas Instruments */
@@ -92,6 +93,9 @@
/* Don't know what's going on here. */
#define MII_OUI_xxDAVICOM 0x006040 /* Davicom Semiconductor */
+/* This is the OUI of the gigE PHY in the RealTek 8169S/8110S chips */
+#define MII_OUI_xxREALTEK 0x000732 /* Realtek Semiconductor */
+
/* Contrived vendor for dcphy */
#define MII_OUI_xxDEC 0x040440 /* Digital Clone */
@@ -231,6 +235,12 @@
#define MII_MODEL_QUALSEMI_QS6612 0x0000
#define MII_STR_QUALSEMI_QS6612 "QS6612 10/100 media interface"
+/* Realtek Semiconductor PHYs */
+#define MII_MODEL_REALTEK_RTL8201L 0x0020
+#define MII_STR_REALTEK_RTL8201L "RTL8201L 10/100 media interface"
+#define MII_MODEL_xxREALTEK_RTL8169S 0x0011
+#define MII_STR_xxREALTEK_RTL8169S "RTL8169S/8110S media interface"
+
/* Seeq PHYs */
#define MII_MODEL_xxSEEQ_80220 0x0003
#define MII_STR_xxSEEQ_80220 "Seeq 80220 10/100 media interface"