|
@@ -190,7 +190,8 @@ s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw)
|
|
|
/* Check for LOM (vs. NIC) or one of two valid mezzanine cards */
|
|
|
if (!((nvm_data & NVM_COMPAT_LOM) ||
|
|
|
(hw->adapter->pdev->device == E1000_DEV_ID_82571EB_SERDES_DUAL) ||
|
|
|
- (hw->adapter->pdev->device == E1000_DEV_ID_82571EB_SERDES_QUAD)))
|
|
|
+ (hw->adapter->pdev->device == E1000_DEV_ID_82571EB_SERDES_QUAD) ||
|
|
|
+ (hw->adapter->pdev->device == E1000_DEV_ID_82571EB_SERDES)))
|
|
|
goto out;
|
|
|
|
|
|
ret_val = e1000_read_nvm(hw, NVM_ALT_MAC_ADDR_PTR, 1,
|