On 01.06.2013 17:06, Hrvoje Habjanić wrote:
>  Patch is attached, and it is against 2.3.2 of
> e1000e driver.
>

OK, now patch:

--- e1000e-2.3.2/src/ich8lan.c    2013-02-28 05:25:36.000000000 +0100
+++ e1000e-2.3.2.ok/src/ich8lan.c    2013-06-01 12:24:45.391577666 +0200
@@ -2244,6 +2244,8 @@
             if (ret_val)
                 return ret_val;
             pm_phy_reg &= ~HV_PM_CTRL_PLL_STOP_IN_K1_GIGA;
+            /* Disable K1 mode when in GIGA mode */
+            pm_phy_reg |= 0x2000;
             ret_val = e1e_wphy(hw, HV_PM_CTRL, pm_phy_reg);
             if (ret_val)
                 return ret_val;


H.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to