cxgb4: Add new T5 device id
Add 0x50ad device id for new T5 card. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
804c1466c7
commit
f4a313b971
|
@ -187,6 +187,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
|
|||
CH_PCI_ID_TABLE_FENTRY(0x50aa), /* Custom T580-CR */
|
||||
CH_PCI_ID_TABLE_FENTRY(0x50ab), /* Custom T520-CR */
|
||||
CH_PCI_ID_TABLE_FENTRY(0x50ac), /* Custom T540-BT */
|
||||
CH_PCI_ID_TABLE_FENTRY(0x50ad), /* Custom T520-CR */
|
||||
|
||||
/* T6 adapters:
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue