ixgbe: add support for new HW
[deliverable/linux.git] / drivers / net / ixgbe / ixgbe_main.c
index 5cd2cd3dd3534f58610c4ce2524c4e0c34d45948..200ae7e60ba0d2176e45500463aa348a699b2f48 100644 (file)
@@ -124,6 +124,8 @@ static DEFINE_PCI_DEVICE_TABLE(ixgbe_pci_tbl) = {
         board_82599 },
        {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T),
         board_X540 },
+       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF2),
+        board_82599 },
 
        /* required last entry */
        {0, }
This page took 0.047965 seconds and 5 git commands to generate.