diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 05:16:59 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 05:16:59 +0000 |
commit | 45b24f999d2410a6319df310e8d6aa35169ad722 (patch) | |
tree | b88c5cecd05c9a945e17348e89c3db7ce2809c5a /sys/dev/mii | |
parent | 265e5db4ff6a36828aa85e216de9ebd82660b652 (diff) |
new marvell phy
Diffstat (limited to 'sys/dev/mii')
-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 d1d5dc7f2c4..3fc50823f82 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.35 2003/05/14 03:25:45 nate Exp $ +$OpenBSD: miidevs,v 1.36 2003/05/14 05:16:58 nate Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -125,6 +125,7 @@ model ENABLESEMI 88E1000S 0x0004 Enable 88E1000S /* Marvell Semiconductor PHYs */ model MARVELL E1000 0x0000 Marvell 88E1000* Gigabit PHY +model MARVELL E1011 0x0002 Marvell 88E1011 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 |