Author: yongari
Date: Wed Mar 10 22:23:55 2010
New Revision: 204986
URL: http://svn.freebsd.org/changeset/base/204986

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/7/sys/dev/mii/e1000phy.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/dev/mii/e1000phy.c
==============================================================================
--- stable/7/sys/dev/mii/e1000phy.c     Wed Mar 10 22:21:07 2010        
(r204985)
+++ stable/7/sys/dev/mii/e1000phy.c     Wed Mar 10 22:23:55 2010        
(r204986)
@@ -275,7 +275,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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to