cxgb4: Add more PCI device ids.
authorHariprasad Shenai <hariprasad@chelsio.com>
Tue, 18 Feb 2014 12:26:15 +0000 (17:56 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 21:23:01 +0000 (16:23 -0500)
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

index d431ad7..4660f55 100644 (file)
@@ -254,6 +254,8 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
        CH_DEVICE(0x5011, 4),
        CH_DEVICE(0x5012, 4),
        CH_DEVICE(0x5013, 4),
+       CH_DEVICE(0x5014, 4),
+       CH_DEVICE(0x5015, 4),
        CH_DEVICE(0x5401, 4),
        CH_DEVICE(0x5402, 4),
        CH_DEVICE(0x5403, 4),
@@ -273,6 +275,8 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
        CH_DEVICE(0x5411, 4),
        CH_DEVICE(0x5412, 4),
        CH_DEVICE(0x5413, 4),
+       CH_DEVICE(0x5414, 4),
+       CH_DEVICE(0x5415, 4),
        { 0, }
 };