summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-04-15 08:45:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-04-15 08:45:20 +0000
commit4c3efad399d17f76575845c992bad62762ae802f (patch)
tree7a4272021378cdab48e1114291295e868c65b83d /sys/dev
parent825778b7eb489285912d42ed421a5a907d2bad38 (diff)
regen
Diffstat (limited to 'sys/dev')
-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 bf25d1b6367..b99d140b8b1 100644
--- a/sys/dev/mii/miidevs.h
+++ b/sys/dev/mii/miidevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: miidevs.h,v 1.42 2003/10/05 03:28:34 krw Exp $ */
+/* $OpenBSD: miidevs.h,v 1.43 2004/04/15 08:45:19 mickey Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: miidevs,v 1.39 2003/10/05 03:24:24 krw Exp
+ * OpenBSD: miidevs,v 1.40 2004/04/15 08:45:04 mickey Exp
*/
/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
@@ -61,6 +61,7 @@
#define MII_OUI_LEVEL1 0x00207b /* Level 1 */
#define MII_OUI_MYSON 0x00c0b4 /* Myson Technology */
#define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */
+#define MII_OUI_PLESSEY 0x046b40 /* Plessey Semiconductor */
#define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */
#define MII_OUI_SEEQ 0x00a07d /* Seeq */
#define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */
@@ -222,6 +223,10 @@
#define MII_MODEL_NATSEMI_DP83861 0x0006
#define MII_STR_NATSEMI_DP83861 "DP83861 10/100/1000 media interface"
+/* Plessey Semiconductor PHYs */
+#define MII_MODEL_PLESSEY_NWK914 0x0000
+#define MII_STR_PLESSEY_NWK914 "NWK914 10/100 media interface"
+
/* Quality Semiconductor PHYs */
#define MII_MODEL_QUALSEMI_QS6612 0x0000
#define MII_STR_QUALSEMI_QS6612 "QS6612 10/100 media interface"