summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-02-16 05:05:04 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-02-16 05:05:04 +0000
commit2804db10cf0502608668bd16251afc680a5a1859 (patch)
tree1842bf8e13c962071aaae0c5aa38acd820972ca3
parent6cc2c23aa0c098a1d1c06a6cda865bdfd2456265 (diff)
sync
-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 2b8f368c0f4..d0947e4a6f4 100644
--- a/sys/dev/mii/miidevs.h
+++ b/sys/dev/mii/miidevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: miidevs.h,v 1.11 2000/01/09 01:16:25 jason Exp $ */
+/* $OpenBSD: miidevs.h,v 1.12 2000/02/16 05:05:03 jason Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: miidevs,v 1.9 2000/01/09 01:15:16 jason Exp
+ * OpenBSD: miidevs,v 1.10 2000/02/16 05:04:25 jason Exp
*/
/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
@@ -50,6 +50,7 @@
*/
#define MII_OUI_AMD 0x00001a /* Advanced Micro Devices */
+#define MII_OUI_BROADCOM 0x001018 /* Broadcom Corporation */
#define MII_OUI_ENABLESEMI 0x0010dd /* Enable Semiconductor */
#define MII_OUI_DAVICOM 0x00606e /* Davicom Semiconductor */
#define MII_OUI_ICS 0x00a0be /* Integrated Circuit Systems */
@@ -95,6 +96,10 @@
#define MII_MODEL_AMD_79C873phy 0x0036
#define MII_STR_AMD_79C873phy "Am79C873 internal PHY"
+/* Broadcom Corp. PHYs */
+#define MII_MODEL_BROADCOM_3C905C 0x0017
+#define MII_STR_BROADCOM_3C905C "Broadcom 3C905C internal PHY"
+
/* Davicom Semiconductor PHYs */
#define MII_MODEL_xxDAVICOM_DM9101 0x0000
#define MII_STR_xxDAVICOM_DM9101 "DM9101 10/100 media interface"