aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2008-01-18 22:09:50 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2008-01-18 22:09:50 +0000
commit86543395c1db7da2bb77964301a634e3753795b1 (patch)
tree99944cc64647598142279c5b03df1ce07cd9f315 /sys/dev/mii
parent248e52ada83f3f9cd13be73ac204eb87ff0eea9a (diff)
Notes
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/brgphy.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c
index d35125e09ace..eed7407d45a8 100644
--- a/sys/dev/mii/brgphy.c
+++ b/sys/dev/mii/brgphy.c
@@ -915,13 +915,7 @@ brgphy_reset(struct mii_softc *sc)
brgphy_jumbo_settings(sc, ifp->if_mtu);
- /*
- * Don't enable Ethernet@WireSpeed for the 5700 or the
- * 5705 A1 and A2 chips.
- */
- if (bge_sc->bge_asicrev != BGE_ASICREV_BCM5700 &&
- bge_sc->bge_chipid != BGE_CHIPID_BCM5705_A1 &&
- bge_sc->bge_chipid != BGE_CHIPID_BCM5705_A2)
+ if (bge_sc->bge_flags & BGE_FLAG_WIRESPEED)
brgphy_ethernet_wirespeed(sc);
/* Enable Link LED on Dell boxes */