diff options
author | 2007-08-30 16:40:10 +0000 | |
---|---|---|
committer | 2007-08-30 16:40:10 +0000 | |
commit | 121070cf59631e4c4a68e068e688a8ed0d2b29a4 (patch) | |
tree | 6aa604fe3d2e53c32ae4f5b3fd790d865332b069 | |
parent | mechanic change: (diff) | |
download | wireguard-openbsd-121070cf59631e4c4a68e068e688a8ed0d2b29a4.tar.xz wireguard-openbsd-121070cf59631e4c4a68e068e688a8ed0d2b29a4.zip |
Intel PHY on D945GCCR board
"Right" deraadt
-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 |