diff options
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/netdev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index c0e211b500cf..e86b524a5b15 100644 --- a/drivers/net/ethernet/intel/e1000e/netdev.c +++ b/drivers/net/ethernet/intel/e1000e/netdev.c | |||
@@ -1084,6 +1084,10 @@ static void e1000_print_hw_hang(struct work_struct *work) | |||
1084 | phy_1000t_status, | 1084 | phy_1000t_status, |
1085 | phy_ext_status, | 1085 | phy_ext_status, |
1086 | pci_status); | 1086 | pci_status); |
1087 | |||
1088 | /* Suggest workaround for known h/w issue */ | ||
1089 | if ((hw->mac.type == e1000_pchlan) && (er32(CTRL) & E1000_CTRL_TFCE)) | ||
1090 | e_err("Try turning off Tx pause (flow control) via ethtool\n"); | ||
1087 | } | 1091 | } |
1088 | 1092 | ||
1089 | /** | 1093 | /** |