cxgbe: add more supported devices
authorRahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Tue, 7 Jul 2015 17:12:29 +0000 (22:42 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jul 2015 01:00:22 +0000 (03:00 +0200)
Update pci id table to include more supported Chelsio T5 devices.

Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: Kumar Sanghvi <kumaras@chelsio.com>
drivers/net/cxgbe/base/t4_pci_id_tbl.h

index ea72edf..110fadb 100644 (file)
@@ -141,6 +141,9 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
        CH_PCI_ID_TABLE_FENTRY(0x5087), /* Custom T580-CR */
        CH_PCI_ID_TABLE_FENTRY(0x5088), /* Custom T570-CR */
        CH_PCI_ID_TABLE_FENTRY(0x5089), /* Custom T520-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x5090), /* Custom T540-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x5091), /* Custom T522-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x5092), /* Custom T520-CR */
 CH_PCI_DEVICE_ID_TABLE_DEFINE_END;
 
 #endif /* CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN */