svn commit: r204647 - head/sys/dev/mii

Pyun YongHyeon yongari at FreeBSD.org
Wed Mar 3 17:56:52 UTC 2010


Author: yongari
Date: Wed Mar  3 17:56:52 2010
New Revision: 204647
URL: http://svn.freebsd.org/changeset/base/204647

Log:
  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
  MFC after:	1 week

Modified:
  head/sys/dev/mii/e1000phy.c

Modified: head/sys/dev/mii/e1000phy.c
==============================================================================
--- head/sys/dev/mii/e1000phy.c	Wed Mar  3 17:55:51 2010	(r204646)
+++ head/sys/dev/mii/e1000phy.c	Wed Mar  3 17:56:52 2010	(r204647)
@@ -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);


More information about the svn-src-all mailing list