diff options
author | Ganesh Goudar <ganeshgr@chelsio.com> | 2018-08-14 06:51:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-14 13:08:56 -0400 |
commit | 6e24dcad021f82636709108a7f4c53f06ddf9ba0 (patch) | |
tree | 5a2b85b59e657147e2718c83dc1aa534a144d317 | |
parent | e29129fcac4b7fe9e5d087e2590b9e2e7125e84c (diff) |
cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h index e3adf435913e..60df66f4d21c 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | |||
@@ -189,6 +189,8 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN | |||
189 | CH_PCI_ID_TABLE_FENTRY(0x50ac), /* Custom T540-BT */ | 189 | CH_PCI_ID_TABLE_FENTRY(0x50ac), /* Custom T540-BT */ |
190 | CH_PCI_ID_TABLE_FENTRY(0x50ad), /* Custom T520-CR */ | 190 | CH_PCI_ID_TABLE_FENTRY(0x50ad), /* Custom T520-CR */ |
191 | CH_PCI_ID_TABLE_FENTRY(0x50ae), /* Custom T540-XL-SO */ | 191 | CH_PCI_ID_TABLE_FENTRY(0x50ae), /* Custom T540-XL-SO */ |
192 | CH_PCI_ID_TABLE_FENTRY(0x50af), /* Custom T580-KR-SO */ | ||
193 | CH_PCI_ID_TABLE_FENTRY(0x50b0), /* Custom T520-CR-LOM */ | ||
192 | 194 | ||
193 | /* T6 adapters: | 195 | /* T6 adapters: |
194 | */ | 196 | */ |