Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxgb4: Add new T6 device ids

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>

authored by

Ganesh Goudar and committed by
David S. Miller
038ed45b 9d3df886

+2
+2
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
··· 212 212 CH_PCI_ID_TABLE_FENTRY(0x6085), /* Custom T6240-SO */ 213 213 CH_PCI_ID_TABLE_FENTRY(0x6086), /* Custom T6225-SO-CR */ 214 214 CH_PCI_ID_TABLE_FENTRY(0x6087), /* Custom T6225-CR */ 215 + CH_PCI_ID_TABLE_FENTRY(0x6088), /* Custom T62100-CR */ 216 + CH_PCI_ID_TABLE_FENTRY(0x6089), /* Custom T62100-KR */ 215 217 CH_PCI_DEVICE_ID_TABLE_DEFINE_END; 216 218 217 219 #endif /* __T4_PCI_ID_TBL_H__ */