cxgb4/cxgb4vf: Add Devicde ID for two more adapter
authorHariprasad Shenai <hariprasad@chelsio.com>
Thu, 25 Sep 2014 18:53:54 +0000 (00:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 21:32:11 +0000 (17:32 -0400)
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c

index eeec495402333d71d8d44ebd9b2967e9b7b2e9a7..b9596a3668afba25b53e6c5e0b10388a061c94ed 100644 (file)
@@ -284,6 +284,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = {
        CH_DEVICE(0x5084, 4),
        CH_DEVICE(0x5085, 4),
        CH_DEVICE(0x5086, 4),
+       CH_DEVICE(0x5087, 4),
+       CH_DEVICE(0x5088, 4),
        CH_DEVICE(0x5401, 4),
        CH_DEVICE(0x5402, 4),
        CH_DEVICE(0x5403, 4),
@@ -312,6 +314,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = {
        CH_DEVICE(0x5484, 4),
        CH_DEVICE(0x5485, 4),
        CH_DEVICE(0x5486, 4),
+       CH_DEVICE(0x5487, 4),
+       CH_DEVICE(0x5488, 4),
        { 0, }
 };
 
index 656c36e403af6c730c582021e0ebd24a1c046d1b..8498a641b2e32c9c17169b2dfe9c4122a584a3d9 100644 (file)
@@ -2961,6 +2961,8 @@ static const struct pci_device_id cxgb4vf_pci_tbl[] = {
        CH_DEVICE(0x5884),
        CH_DEVICE(0x5885),
        CH_DEVICE(0x5886),
+       CH_DEVICE(0x5887),
+       CH_DEVICE(0x5888),
        { 0, }
 };