diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2016-11-29 17:14:52 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-30 14:11:47 -0500 |
commit | bb83d62fa83405d7c325873a317c9374f98eedef (patch) | |
tree | a4a168c972182f59d6d2e8741fe78cc86708852a /drivers | |
parent | 80cca775cdc4f8555612d2943a2872076b33e0ff (diff) | |
download | linux-bb83d62fa83405d7c325873a317c9374f98eedef.tar.bz2 |
cxgb4: Add PCI device ID for new adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-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 df1573c4a659..ecf3ccc257bc 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h @@ -168,6 +168,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN 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*/ + CH_PCI_ID_TABLE_FENTRY(0x509d), /* Custom T540-CR*/ /* T6 adapters: */ |