]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cxgb4: Add new T5 and T6 pci device id's
authorGanesh Goudar <ganeshgr@chelsio.com>
Thu, 16 Feb 2017 06:55:52 +0000 (12:25 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Feb 2017 19:32:52 +0000 (14:32 -0500)
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h

index ecf3ccc257bcc4fc81e8cf35647982f8c4186763..a323185507ec248dbab8dc345cdaf73ec935f38d 100644 (file)
@@ -169,6 +169,9 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
        CH_PCI_ID_TABLE_FENTRY(0x509b), /* Custom T540-CR LOM */
        CH_PCI_ID_TABLE_FENTRY(0x509c), /* Custom T520-CR*/
        CH_PCI_ID_TABLE_FENTRY(0x509d), /* Custom T540-CR*/
+       CH_PCI_ID_TABLE_FENTRY(0x509e), /* Custom T520-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x509f), /* Custom T540-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x50a0), /* Custom T540-CR */
 
        /* T6 adapters:
         */
@@ -185,6 +188,8 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
        CH_PCI_ID_TABLE_FENTRY(0x6011),
        CH_PCI_ID_TABLE_FENTRY(0x6014),
        CH_PCI_ID_TABLE_FENTRY(0x6015),
+       CH_PCI_ID_TABLE_FENTRY(0x6080),
+       CH_PCI_ID_TABLE_FENTRY(0x6081),
 CH_PCI_DEVICE_ID_TABLE_DEFINE_END;
 
 #endif /* __T4_PCI_ID_TBL_H__ */