diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 22:07:29 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 22:07:29 +0000 |
commit | 3d7e93cf4a8a93de993667aa6c1cfa581cade059 (patch) | |
tree | 934f73c696d8a01966dfc29e15b764519fb6a834 /sys/dev | |
parent | 5e7da9d61968079294a99d37b3bd7542c6fb042a (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index e2a479ff860..2912563c30e 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.27 2001/11/13 16:50:09 jason Exp $ */ +/* $OpenBSD: miidevs.h,v 1.28 2001/12/14 22:07:28 jason Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.24 2001/11/13 16:49:22 jason Exp + * OpenBSD: miidevs,v 1.25 2001/12/14 22:06:46 jason Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -133,6 +133,12 @@ #define MII_MODEL_xxDAVICOM_DM9101 0x0000 #define MII_STR_xxDAVICOM_DM9101 "DM9101 10/100 media interface" +/* Enable Semiconductor PHYs */ +#define MII_MODEL_ENABLESEMI_88E1000 0x0005 +#define MII_STR_ENABLESEMI_88E1000 "Enable 88E1000" +#define MII_MODEL_ENABLESEMI_88E1000S 0x0004 +#define MII_STR_ENABLESEMI_88E1000S "Enable 88E1000S" + /* Marvell Semiconductor PHYs */ #define MII_MODEL_MARVELL_E1000 0x0000 #define MII_STR_MARVELL_E1000 "Marvell Semiconductor 88E1000* Gigabit" |