diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 22:06:47 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 22:06:47 +0000 |
commit | 5e7da9d61968079294a99d37b3bd7542c6fb042a (patch) | |
tree | c82c8bdab4772901a774922a99a86ffc95612d6c | |
parent | af57ea571fd8e8bc7f3dacb5022910dc50720ed4 (diff) |
Add EnableSemi 88E1000 and 88E1000S product IDs.
-rw-r--r-- | sys/dev/mii/miidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index a8745e6a07c..707214885e5 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$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 $ */ /*- @@ -112,6 +112,10 @@ model BROADCOM BCM5201 0x0021 BCM5201 10/100 media interface model DAVICOM DM9102 0x0004 DM9102 10/100 media interface model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface +/* Enable Semiconductor PHYs */ +model ENABLESEMI 88E1000 0x0005 Enable 88E1000 +model ENABLESEMI 88E1000S 0x0004 Enable 88E1000S + /* Marvell Semiconductor PHYs */ model MARVELL E1000 0x0000 Marvell Semiconductor 88E1000* Gigabit |