summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/ich8lan.c
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2009-12-01 15:50:31 +0000
committerDavid S. Miller <davem@davemloft.net>2009-12-02 00:35:53 -0800
commit9e135a2e6266eba276f33c404a2478499bc07ff5 (patch)
tree84bc6f80f559b2dd2caa78f16ec1fbfd7b9994e5 /drivers/net/e1000e/ich8lan.c
parent1a40d5c170f472d541844cb5b4292efbe02ef89c (diff)
downloadop-kernel-dev-9e135a2e6266eba276f33c404a2478499bc07ff5.zip
op-kernel-dev-9e135a2e6266eba276f33c404a2478499bc07ff5.tar.gz
e1000e: enable new 82567V-3 device
This new PCI device ID is for a new combination of MAC and PHY both of which already have supporting code in the driver, just not yet in this combination. During validation of the device, an intermittent issue was discovered with waking it from a suspended state which can be resolved with the pre-existing workaround to disable gigabit speed prior to suspending. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e/ich8lan.c')
-rw-r--r--drivers/net/e1000e/ich8lan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c
index 9c38955..fbbc6dd 100644
--- a/drivers/net/e1000e/ich8lan.c
+++ b/drivers/net/e1000e/ich8lan.c
@@ -3204,6 +3204,7 @@ void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw)
u32 phy_ctrl;
switch (hw->mac.type) {
+ case e1000_ich8lan:
case e1000_ich9lan:
case e1000_ich10lan:
case e1000_pchlan:
OpenPOWER on IntegriCloud