summaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-02-08 13:31:22 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-02-08 13:31:22 +0000
commit3d2cd0ecc63449a326b0c153a1002b3b51700ba8 (patch)
tree62ad636da2a82e992ad5a41d1e49724c0df77610 /sys/dev/mii
parent361aa6d099394a06c47e9b9950590fa8ccc7a8bb (diff)
sync
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/miidevs.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h
index 33a3c701013..38cd8302a85 100644
--- a/sys/dev/mii/miidevs.h
+++ b/sys/dev/mii/miidevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: miidevs.h,v 1.5 1998/12/24 01:30:55 jason Exp $ */
+/* $OpenBSD: miidevs.h,v 1.6 1999/02/08 13:31:21 jason Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: miidevs,v 1.3 1998/12/24 01:30:08 jason Exp
+ * OpenBSD: miidevs,v 1.4 1999/02/08 13:29:04 jason Exp
*/
/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
@@ -50,6 +50,7 @@
*/
#define MII_OUI_AMD 0x00606e /* Advanced Micro Devices */
+#define MII_OUI_DAVICOM 0x006040 /* Davicom Semiconductor */
#define MII_OUI_ICS 0x00057d /* Integrated Circuit Systems */
#define MII_OUI_INTEL 0x00aa00 /* Intel */
#define MII_OUI_LEVEL1 0x1e0400 /* Level 1 */
@@ -67,6 +68,10 @@
#define MII_MODEL_AMD_79C873 0x0000
#define MII_STR_AMD_79C873 "Am79C873 10/100 media interface"
+/* Davicom Semiconductor PHYs */
+#define MII_MODEL_DAVICOM_DM9101 0x0000
+#define MII_STR_DAVICOM_DM9101 "DM9101 10/100 media interface"
+
/* Integrated Circuit Systems PHYs */
#define MII_MODEL_ICS_1890 0x0002
#define MII_STR_ICS_1890 "ICS1890 10/100 media interface"