]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbe: add support for new 82599 device id
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 4 Nov 2011 06:43:29 +0000 (06:43 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:35:08 +0000 (22:35 +0800)
Support for new 82599 based quad port adapter.

(cherry picked from commit 9e791e4a04c08868f02cd579a428a7268492e1b4)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_82599.c
drivers/net/ixgbe/ixgbe_main.c
drivers/net/ixgbe/ixgbe_type.h

index 4ae26a748da0f325514a52ccbd2804d7221a1c2f..772072147bea6fac57d0a6d0a0056fd6d42a78d0 100644 (file)
@@ -356,6 +356,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_EM:
        case IXGBE_DEV_ID_82599_SFP_SF2:
+       case IXGBE_DEV_ID_82599_SFP_SF_QP:
        case IXGBE_DEV_ID_82599EN_SFP:
                media_type = ixgbe_media_type_fiber;
                break;
index e8d0d8afe7bbd8a41d4fca6ec8be4c5fff7a7641..6ab136184d2b4dbce4e47d087d5a8567f3a47750 100644 (file)
@@ -105,6 +105,7 @@ static DEFINE_PCI_DEVICE_TABLE(ixgbe_pci_tbl) = {
        {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_82599EN_SFP), board_82599 },
+       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP), board_82599 },
        /* required last entry */
        {0, }
 };
index 242643a69b3f7cfc915373fce2ac47fe712ff1e7..7c5817f8a951a0646face753ddca8eb51c8c04fc 100644 (file)
@@ -65,6 +65,7 @@
 #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ  0x000C
 #define IXGBE_DEV_ID_82599_LS            0x154F
 #define IXGBE_DEV_ID_X540T               0x1528
+#define IXGBE_DEV_ID_82599_SFP_SF_QP     0x154A
 
 /* VF Device IDs */
 #define IXGBE_DEV_ID_82599_VF           0x10ED