diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-07 13:46:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-07 13:46:04 +0000 |
commit | d7c7d17bc1e0d03fbbe63575192529e416c2bbe6 (patch) | |
tree | ed6028b7d023884143f7a38f50f6cf77d9901d5f /sys/dev | |
parent | 43b9c12d62824e91cc08d2c885aa7ef1a09be84a (diff) |
Correct the PHY ID for IC+ IP1001. From Brad, confirmed with the datasheet.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index e1b5093b634..9f83987a637 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.110 2009/08/08 18:03:58 naddy Exp $ +$OpenBSD: miidevs,v 1.111 2009/09/07 13:46:03 sthen Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -192,7 +192,7 @@ model ENABLESEMI 88E1000 0x0005 88E1000 model ICPLUS IP100 0x0004 IP100 10/100 PHY model ICPLUS IP101 0x0005 IP101 10/100 PHY model ICPLUS IP1000A 0x0008 IP1000A 10/100/1000 PHY -model ICPLUS IP1001 0x0025 IP1001 10/100/1000 PHY +model ICPLUS IP1001 0x0019 IP1001 10/100/1000 PHY /* Integrated Circuit Systems PHYs */ model xxICS 1890 0x0002 ICS1890 10/100 PHY |