cxgb4: add new T5 pci device id's
Add 0x50aa and 0x50ab T5 device id's. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
96ac18f14a
commit
652faa98ec
|
@ -181,6 +181,8 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
|
||||||
CH_PCI_ID_TABLE_FENTRY(0x50a7), /* Custom T580-CR */
|
CH_PCI_ID_TABLE_FENTRY(0x50a7), /* Custom T580-CR */
|
||||||
CH_PCI_ID_TABLE_FENTRY(0x50a8), /* Custom T580-KR */
|
CH_PCI_ID_TABLE_FENTRY(0x50a8), /* Custom T580-KR */
|
||||||
CH_PCI_ID_TABLE_FENTRY(0x50a9), /* Custom T580-KR */
|
CH_PCI_ID_TABLE_FENTRY(0x50a9), /* Custom T580-KR */
|
||||||
|
CH_PCI_ID_TABLE_FENTRY(0x50aa), /* Custom T580-CR */
|
||||||
|
CH_PCI_ID_TABLE_FENTRY(0x50ab), /* Custom T520-CR */
|
||||||
|
|
||||||
/* T6 adapters:
|
/* T6 adapters:
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue