diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2015-03-19 12:57:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-19 15:30:20 -0400 |
commit | 933e0db118fd6f73f8692c29ed47994c7e073552 (patch) | |
tree | f6c48989e085780c6b55dae10624c2ec57661c0e | |
parent | 970282d0e1404b23f9d7ec6a676fa76ff15b3376 (diff) |
cxgb4: Add device ID for new 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 ddfb5b846045..ee877c008493 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | |||
@@ -154,6 +154,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN | |||
154 | CH_PCI_ID_TABLE_FENTRY(0x5087), /* Custom T580-CR */ | 154 | CH_PCI_ID_TABLE_FENTRY(0x5087), /* Custom T580-CR */ |
155 | CH_PCI_ID_TABLE_FENTRY(0x5088), /* Custom T570-CR */ | 155 | CH_PCI_ID_TABLE_FENTRY(0x5088), /* Custom T570-CR */ |
156 | CH_PCI_ID_TABLE_FENTRY(0x5089), /* Custom T520-CR */ | 156 | CH_PCI_ID_TABLE_FENTRY(0x5089), /* Custom T520-CR */ |
157 | CH_PCI_ID_TABLE_FENTRY(0x5090), /* Custom T540-CR */ | ||
157 | CH_PCI_DEVICE_ID_TABLE_DEFINE_END; | 158 | CH_PCI_DEVICE_ID_TABLE_DEFINE_END; |
158 | 159 | ||
159 | #endif /* CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN */ | 160 | #endif /* CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN */ |