svn commit: r204985 - stable/8/sys/dev/mii

Pyun YongHyeon yongari at FreeBSD.org
Wed Mar 10 22:21:07 UTC 2010


Author: yongari
Date: Wed Mar 10 22:21:07 2010
New Revision: 204985
URL: http://svn.freebsd.org/changeset/base/204985

Log:
  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

Modified:
  stable/8/sys/dev/mii/e1000phy.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/mii/e1000phy.c
==============================================================================
--- stable/8/sys/dev/mii/e1000phy.c	Wed Mar 10 22:10:36 2010	(r204984)
+++ stable/8/sys/dev/mii/e1000phy.c	Wed Mar 10 22:21:07 2010	(r204985)
@@ -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