diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2016-04-04 00:24:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-06 14:21:20 -0400 |
commit | 529927f952c55f399823fc500e8ea6cac47b7fbf (patch) | |
tree | 2b9c20743179e7477765e138923bc9277383e4a2 | |
parent | b6ee376cb0b7fb4e7e07d6cd248bd40436fb9ba6 (diff) |
cxgb4: Add pci device id for chelsio t520-cr adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 1 |
1 files changed, 1 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 06bc2d2e7a73..a2cdfc1261dc 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | |||
@@ -166,6 +166,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN | |||
166 | CH_PCI_ID_TABLE_FENTRY(0x5099), /* Custom 2x40G QSFP */ | 166 | CH_PCI_ID_TABLE_FENTRY(0x5099), /* Custom 2x40G QSFP */ |
167 | CH_PCI_ID_TABLE_FENTRY(0x509a), /* Custom T520-CR */ | 167 | CH_PCI_ID_TABLE_FENTRY(0x509a), /* Custom T520-CR */ |
168 | CH_PCI_ID_TABLE_FENTRY(0x509b), /* Custom T540-CR LOM */ | 168 | CH_PCI_ID_TABLE_FENTRY(0x509b), /* Custom T540-CR LOM */ |
169 | CH_PCI_ID_TABLE_FENTRY(0x509c), /* Custom T520-CR*/ | ||
169 | 170 | ||
170 | /* T6 adapters: | 171 | /* T6 adapters: |
171 | */ | 172 | */ |