diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-25 20:05:02 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-25 20:05:02 +0000 |
commit | b4965b047a4b6d33da74b95f66f6dfd29195f546 (patch) | |
tree | b9721251a5d5c26ef38b4b13cd8a23d933321b41 /sys | |
parent | ee39d85579ccda9898973da55a03fe13224a6949 (diff) |
I don't know the real name of this PHY on a dc@cardbus I was
provided by todd@ but it is a Broadcom 10/100 PHY. Based on
the description of the BCM5220 from the web-site saying
its a very low power PHY then I'll just name this a BCM5220
for now unless I find out otherwise.
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 2782f24fb22..93b056e9f56 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.53 2005/04/14 04:04:46 brad Exp $ +$OpenBSD: miidevs,v 1.54 2005/05/25 20:05:01 brad Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -129,6 +129,7 @@ model BROADCOM BCM5221 0x001e BCM5221 100baseTX PHY model BROADCOM BCM5201 0x0021 BCM5201 10/100 PHY model BROADCOM BCM5214 0x0028 BCM5214 Quad 10/100 PHY model BROADCOM BCM5222 0x0032 BCM5222 Dual 10/100 PHY +model BROADCOM BCM5220 0x0033 BCM5220 10/100 PHY model BROADCOM BCM4401 0x0036 BCM4401 10/100baseTX PHY /* Cicada Semiconductor PHYs (now owned by Vitesse?) */ |