|
@@ -3862,9 +3862,10 @@ static void ixgbe_setup_gpie(struct ixgbe_adapter *adapter)
|
|
|
if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE)
|
|
|
gpie |= IXGBE_SDP1_GPIEN;
|
|
|
|
|
|
- if (hw->mac.type == ixgbe_mac_82599EB)
|
|
|
+ if (hw->mac.type == ixgbe_mac_82599EB) {
|
|
|
gpie |= IXGBE_SDP1_GPIEN;
|
|
|
gpie |= IXGBE_SDP2_GPIEN;
|
|
|
+ }
|
|
|
|
|
|
IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie);
|
|
|
}
|