diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-30 12:12:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-30 12:12:02 +0000 |
commit | 4cc974b16b2532b7fe388aff53b3826cba633f40 (patch) | |
tree | 0442d40cdb36956f8c0f8a79db39da5901eb44da /sys/dev/mii/miidevs | |
parent | b78f22d8a05b2206b0f3b20a6f10fe525ec1fa8c (diff) |
Add Agere ET1011 10/100/1000 PHY
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r-- | sys/dev/mii/miidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 8ad9e2cad0e..040600ebd8d 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.87 2007/09/17 12:31:22 kettenis Exp $ +$OpenBSD: miidevs,v 1.88 2007/10/30 12:12:01 jsg Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -56,6 +56,7 @@ oui ENABLESEMI 0x0010dd Enable Semiconductor oui DAVICOM 0x00606e Davicom Semiconductor oui MARVELL 0x005043 Marvell Semiconductor oui ICPLUS 0x0090c3 IC Plus Corp. +oui AGERE 0x00a0bc Agere oui ICS 0x00a0be Integrated Circuit Systems oui INTEL 0x00aa00 Intel oui JATO 0x00e083 Jato Technologies @@ -117,6 +118,9 @@ model xxAMD 79C873 0x0000 Am79C873 10/100 PHY model AMD 79C873phy 0x0036 Am79C873 internal PHY model AMD 79C875phy 0x0014 Am79C875 quad PHY +/* Agere PHYs */ +model AGERE ET1011 0x0004 ET1011 10/100/1000baseT PHY + /* Altima Communications PHYs */ model xxALTIMA AC_UNKNOWN 0x0001 AC_UNKNOWN 10/100 PHY model xxALTIMA AC101 0x0021 AC101 10/100 PHY |