]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cxgb4: Add new T6 device ids
authorGanesh Goudar <ganeshgr@chelsio.com>
Wed, 23 May 2018 06:06:59 +0000 (11:36 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 May 2018 19:28:22 +0000 (15:28 -0400)
Add 0x6088 and 0x6089 device ids for new T6 cards.

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 adacc63991314b798545db3de88f33b0b8c94367..c7f8d0441278fb19b1283d49c54265075bf89cf2 100644 (file)
@@ -212,6 +212,8 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
        CH_PCI_ID_TABLE_FENTRY(0x6085), /* Custom T6240-SO */
        CH_PCI_ID_TABLE_FENTRY(0x6086), /* Custom T6225-SO-CR */
        CH_PCI_ID_TABLE_FENTRY(0x6087), /* Custom T6225-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x6088), /* Custom T62100-CR */
+       CH_PCI_ID_TABLE_FENTRY(0x6089), /* Custom T62100-KR */
 CH_PCI_DEVICE_ID_TABLE_DEFINE_END;
 
 #endif /* __T4_PCI_ID_TBL_H__ */