ixgbe: add support for 82599 based Express Module X520-P2
[deliverable/linux.git] / drivers / net / ixgbe / ixgbe_main.c
index c91d50e54427ac429b0acd7827df0b5c4d67ff6c..eb3abd79e4ee1697c7727d6cf9a526ab2f073713 100644 (file)
@@ -97,6 +97,8 @@ static struct pci_device_id ixgbe_pci_tbl[] = {
         board_82599 },
        {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP),
         board_82599 },
+       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_EM),
+        board_82599 },
        {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ),
         board_82599 },
        {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_CX4),
This page took 0.03009 seconds and 5 git commands to generate.