Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2010 17:56:52 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204647 - head/sys/dev/mii
Message-ID:  <201003031756.o23Huq7q022758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003031756.o23Huq7q022758>