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

cxgb4: Add PCI device ID for custom T522 & T520 adapter

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Hariprasad Shenai and committed by
David S. Miller
9574dc64 3dc817d2

+2
+2
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
··· 153 153 CH_PCI_ID_TABLE_FENTRY(0x5088), /* Custom T570-CR */ 154 154 CH_PCI_ID_TABLE_FENTRY(0x5089), /* Custom T520-CR */ 155 155 CH_PCI_ID_TABLE_FENTRY(0x5090), /* Custom T540-CR */ 156 + CH_PCI_ID_TABLE_FENTRY(0x5091), /* Custom T522-CR */ 157 + CH_PCI_ID_TABLE_FENTRY(0x5092), /* Custom T520-CR */ 156 158 CH_PCI_DEVICE_ID_TABLE_DEFINE_END; 157 159 158 160 #endif /* __T4_PCI_ID_TBL_H__ */