summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-23 22:05:44 +0000
committermarius <marius@FreeBSD.org>2011-11-23 22:05:44 +0000
commit7deb56f7c27202bf2235ca83399ccec82047253a (patch)
tree512a10b41bbd9377f8fd09b7e6c692c27a06d216 /sys/dev
parentc5cf0f6b20206d14255b5200ec08705a768ac451 (diff)
downloadFreeBSD-src-7deb56f7c27202bf2235ca83399ccec82047253a.zip
FreeBSD-src-7deb56f7c27202bf2235ca83399ccec82047253a.tar.gz
Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there are
issues probably needing workarounds in bge(4) when brgphy(4) handles this PHY. Letting ukphy(4) handle it instead results in a working configuration, although likely with performance penalties.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mii/brgphy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c
index 516676e..cf924cf 100644
--- a/sys/dev/mii/brgphy.c
+++ b/sys/dev/mii/brgphy.c
@@ -139,7 +139,9 @@ static const struct mii_phydesc brgphys[] = {
MII_PHY_DESC(BROADCOM2, BCM5754),
MII_PHY_DESC(BROADCOM2, BCM5761),
MII_PHY_DESC(BROADCOM2, BCM5784),
+#ifdef notyet /* better handled by ukphy(4) until WARs are implemented */
MII_PHY_DESC(BROADCOM2, BCM5785),
+#endif
MII_PHY_DESC(BROADCOM3, BCM5717C),
MII_PHY_DESC(BROADCOM3, BCM5719C),
MII_PHY_DESC(BROADCOM3, BCM5720C),
OpenPOWER on IntegriCloud