diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2016-02-10 12:28:49 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-16 15:36:30 -0500 |
commit | b5e4d0bcf77e56362252a7ced4dbb476425e1655 (patch) | |
tree | dcdaaf58d0ce7b46290712f0c3b107fedca0ad4c /drivers | |
parent | 9c80a5d2e61380d3c5b634890f1893d0179c81f9 (diff) | |
download | linux-b5e4d0bcf77e56362252a7ced4dbb476425e1655.tar.bz2 |
cxgb4: Add pci device id for chelsio t540 lom 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 a8dda635456d..06bc2d2e7a73 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h @@ -165,6 +165,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN CH_PCI_ID_TABLE_FENTRY(0x5098), /* Custom 2x40G QSFP */ 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 */ /* T6 adapters: */ |