diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2016-04-04 09:54:53 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-06 14:21:20 -0400 |
commit | 529927f952c55f399823fc500e8ea6cac47b7fbf (patch) | |
tree | 2b9c20743179e7477765e138923bc9277383e4a2 | |
parent | b6ee376cb0b7fb4e7e07d6cd248bd40436fb9ba6 (diff) | |
download | linux-stable-529927f952c55f399823fc500e8ea6cac47b7fbf.tar.gz linux-stable-529927f952c55f399823fc500e8ea6cac47b7fbf.tar.bz2 linux-stable-529927f952c55f399823fc500e8ea6cac47b7fbf.zip |
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 CH_PCI_ID_TABLE_FENTRY(0x5099), /* Custom 2x40G QSFP */ CH_PCI_ID_TABLE_FENTRY(0x509a), /* Custom T520-CR */ CH_PCI_ID_TABLE_FENTRY(0x509b), /* Custom T540-CR LOM */ + CH_PCI_ID_TABLE_FENTRY(0x509c), /* Custom T520-CR*/ /* T6 adapters: */ |