|
@@ -319,11 +319,13 @@ static enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
|
|
|
case IXGBE_DEV_ID_82599_KX4_MEZZ:
|
|
|
case IXGBE_DEV_ID_82599_COMBO_BACKPLANE:
|
|
|
case IXGBE_DEV_ID_82599_KR:
|
|
|
+ case IXGBE_DEV_ID_82599_BACKPLANE_FCOE:
|
|
|
case IXGBE_DEV_ID_82599_XAUI_LOM:
|
|
|
/* Default device ID is mezzanine card KX/KX4 */
|
|
|
media_type = ixgbe_media_type_backplane;
|
|
|
break;
|
|
|
case IXGBE_DEV_ID_82599_SFP:
|
|
|
+ case IXGBE_DEV_ID_82599_SFP_FCOE:
|
|
|
case IXGBE_DEV_ID_82599_SFP_EM:
|
|
|
media_type = ixgbe_media_type_fiber;
|
|
|
break;
|