diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-02-19 04:02:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-02-19 04:02:56 +0000 |
commit | 61dffff5e182cdeb90ee9501bc675c192aae8a46 (patch) | |
tree | 8b83d72407704690e51504b573a0b2fc4dfdf800 /sys/dev/mii | |
parent | 924bcd37fe1f89f620fc36af9830d1d9d9ed4d32 (diff) |
add a placeholder for an unknown Agere 10/100 PHY found with quad port hme's
and on-board Netra T1 105's, etc.
Diffstat (limited to 'sys/dev/mii')
-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 493e728418c..defd65fcbe9 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.51 2005/02/04 23:59:46 jsg Exp $ +$OpenBSD: miidevs,v 1.52 2005/02/19 04:02:55 brad Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -43,6 +43,7 @@ $OpenBSD: miidevs,v 1.51 2005/02/04 23:59:46 jsg Exp $ */ oui 3COM 0x00105a 3com +oui AGERE 0x00601d Agere Systems oui ALTIMA 0x0010a9 Altima Communications oui AMD 0x00001a Advanced Micro Devices oui BROADCOM 0x001018 Broadcom Corporation @@ -104,6 +105,9 @@ model xxAMD 79C873 0x0000 Am79C873 10/100 PHY model AMD 79C873phy 0x0036 Am79C873 internal PHY model AMD 79C875phy 0x0014 Am79C875 quad PHY +/* Agere Systems PHYs */ +model AGERE UNKNOWN 0x000c Unknown 10/100 PHY + /* Altima Communications PHYs */ model xxALTIMA AC_UNKNOWN 0x0001 AC_UNKNOWN 10/100 PHY model xxALTIMA AC101 0x0021 AC101 10/100 PHY |