diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 03:25:46 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 03:25:46 +0000 |
commit | dd70cd81acdef10e37a769c6189d9711a726d34a (patch) | |
tree | 848b7f3b6f9a63e6624ffc1cd431ddd1a1e17a97 | |
parent | acbc223bd5978ebff0de8e8e1e77094ad8cc08e1 (diff) |
missed one
-rw-r--r-- | sys/dev/mii/miidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 344e0388d6c..d1d5dc7f2c4 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.34 2003/05/14 03:09:35 nate Exp $ +$OpenBSD: miidevs,v 1.35 2003/05/14 03:25:45 nate Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -126,6 +126,7 @@ model ENABLESEMI 88E1000S 0x0004 Enable 88E1000S /* Marvell Semiconductor PHYs */ model MARVELL E1000 0x0000 Marvell 88E1000* Gigabit PHY model MARVELL E1000_3 0x0003 Marvell 88E1000 Gigabit PHY +model MARVELL E1000_4 0x0004 Marvell 88E1000S Gigabit PHY model MARVELL E1000_5 0x0005 Marvell 88E1000 Gigabit PHY model MARVELL E1000_6 0x0006 Marvell 88E1000 Gigabit PHY model xxMARVELL E1000_3 0x0003 Marvell 88E1000 Gigabit PHY |