mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-10 16:42:21 +00:00
ixgbe: add support for new 82599 device
This patch adds support for new device ID. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
2466dd9ca1
commit
7d145282da
3 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,7 @@ static enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
|
||||||
case IXGBE_DEV_ID_82599_SFP_FCOE:
|
case IXGBE_DEV_ID_82599_SFP_FCOE:
|
||||||
case IXGBE_DEV_ID_82599_SFP_EM:
|
case IXGBE_DEV_ID_82599_SFP_EM:
|
||||||
case IXGBE_DEV_ID_82599_SFP_SF2:
|
case IXGBE_DEV_ID_82599_SFP_SF2:
|
||||||
|
case IXGBE_DEV_ID_82599EN_SFP:
|
||||||
media_type = ixgbe_media_type_fiber;
|
media_type = ixgbe_media_type_fiber;
|
||||||
break;
|
break;
|
||||||
case IXGBE_DEV_ID_82599_CX4:
|
case IXGBE_DEV_ID_82599_CX4:
|
||||||
|
|
|
@ -105,6 +105,7 @@ static DEFINE_PCI_DEVICE_TABLE(ixgbe_pci_tbl) = {
|
||||||
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T), board_X540 },
|
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T), board_X540 },
|
||||||
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF2), board_82599 },
|
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF2), board_82599 },
|
||||||
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_LS), board_82599 },
|
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_LS), board_82599 },
|
||||||
|
{PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599EN_SFP), board_82599 },
|
||||||
/* required last entry */
|
/* required last entry */
|
||||||
{0, }
|
{0, }
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
#define IXGBE_SUBDEV_ID_82599_SFP 0x11A9
|
#define IXGBE_SUBDEV_ID_82599_SFP 0x11A9
|
||||||
#define IXGBE_DEV_ID_82599_SFP_EM 0x1507
|
#define IXGBE_DEV_ID_82599_SFP_EM 0x1507
|
||||||
#define IXGBE_DEV_ID_82599_SFP_SF2 0x154D
|
#define IXGBE_DEV_ID_82599_SFP_SF2 0x154D
|
||||||
|
#define IXGBE_DEV_ID_82599EN_SFP 0x1557
|
||||||
#define IXGBE_DEV_ID_82599_XAUI_LOM 0x10FC
|
#define IXGBE_DEV_ID_82599_XAUI_LOM 0x10FC
|
||||||
#define IXGBE_DEV_ID_82599_COMBO_BACKPLANE 0x10F8
|
#define IXGBE_DEV_ID_82599_COMBO_BACKPLANE 0x10F8
|
||||||
#define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ 0x000C
|
#define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ 0x000C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue