summaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-11-11 03:40:42 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-11-11 03:40:42 +0000
commit70eb17273d2764776cc0f55a9993c8c10dba5aa8 (patch)
tree5d4d5e8bdda61614ab5be22c34aba4268c8473e1 /sys/dev/mii
parentc93606395926224910dbf1b5e796dfde78358449 (diff)
sync
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/miidevs.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h
index c53004bc53e..f948d9d03c5 100644
--- a/sys/dev/mii/miidevs.h
+++ b/sys/dev/mii/miidevs.h
@@ -1,12 +1,12 @@
-/* $OpenBSD: miidevs.h,v 1.2 1998/09/10 17:25:10 jason Exp $ */
+/* $OpenBSD: miidevs.h,v 1.3 1998/11/11 03:40:41 jason Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: miidevs,v 1.1 1998/09/10 17:17:33 jason Exp
+ * OpenBSD: miidevs,v 1.2 1998/11/11 03:39:41 jason Exp
*/
-/* $NetBSD: miidevs,v 1.1 1998/08/10 23:55:17 thorpej Exp $ */
+/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -49,6 +49,7 @@
* List of known MII OUIs
*/
+#define MII_OUI_AMD 0x00606e /* Advanced Micro Devices */
#define MII_OUI_ICS 0x00057d /* Integrated Circuit Systems */
#define MII_OUI_INTEL 0x00aa00 /* Intel */
#define MII_OUI_LEVEL1 0x1e0400 /* Level 1 */
@@ -61,6 +62,10 @@
* List of known models. Grouped by oui.
*/
+/* Advanced Micro Devices PHYs */
+#define MII_MODEL_AMD_79C873 0x0000
+#define MII_STR_AMD_79C873 "Am79C873 10/100 media interface"
+
/* Integrated Circuit Systems PHYs */
#define MII_MODEL_ICS_1890 0x0002
#define MII_STR_ICS_1890 "ICS1890 10/100 media interface"
@@ -86,6 +91,8 @@
/* Seeq PHYs */
#define MII_MODEL_SEEQ_80220 0x0003
#define MII_STR_SEEQ_80220 "Seeq 80220 10/100 media interface"
+#define MII_MODEL_SEEQ_84220 0x0004
+#define MII_STR_SEEQ_84220 "Seeq 84220 10/100 media interface"
/* Texas Instruments PHYs */
#define MII_MODEL_TI_TLAN10T 0x0001