From f4153ff1eaf6dbe703ce620ea2bbf9be68f06487 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Wed, 10 Mar 2010 22:21:07 +0000 Subject: [PATCH] MFC r204647: Remove programming LED register and enable 25MHz TX clock for 88E1149 PHY. This will fix intermittent watchdog timeouts as well as very slow network performance on 88E8072 Yukon Extreme. PR: kern/144148 --- sys/dev/mii/e1000phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index 2ff31d3520e..b50eb07a651 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -276,7 +276,6 @@ e1000phy_reset(struct mii_softc *sc) case MII_MODEL_MARVELL_E1118: break; case MII_MODEL_MARVELL_E1116: - case MII_MODEL_MARVELL_E1149: page = PHY_READ(sc, E1000_EADR); /* Select page 3, LED control register. */ PHY_WRITE(sc, E1000_EADR, 3);