diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-08-30 16:40:11 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-08-30 16:40:11 +0000 |
commit | 1a80e2182c2745594c1fb8370a4f65058daffe42 (patch) | |
tree | 142c4d289102997176aa64c0c568df7d434873a0 /sys | |
parent | b5c77982283895d53a3dffef981dd56ac72bd80c (diff) |
Intel PHY on D945GCCR board
"Right" deraadt
Diffstat (limited to 'sys')
-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 39d87cf853c..2a542cefff8 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.85 2006/11/28 18:19:49 brad Exp $ +$OpenBSD: miidevs,v 1.86 2007/08/30 16:40:10 ckuethe Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -205,6 +205,7 @@ model xxICS 1893 0x0004 ICS1893 10/100 PHY /* Intel PHYs */ model xxINTEL I82553 0x0000 i82553 10/100 PHY model INTEL I82555 0x0015 i82555 10/100 PHY +model INTEL I82562G 0x0031 i82562G 10/100 PHY model INTEL I82562EM 0x0032 i82562EM 10/100 PHY model INTEL I82562ET 0x0033 i82562ET 10/100 PHY model INTEL I82553 0x0035 i82553 10/100 PHY |