projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7d8e7
)
cxgb4: Add new T6 PCI device id 0x6092
author
Raju Rangoju
<rajur@chelsio.com>
Tue, 2 Feb 2021 18:25:11 +0000
(23:55 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 5 Feb 2021 02:09:23 +0000
(18:09 -0800)
Signed-off-by: Raju Rangoju <rajur@chelsio.com>
Link:
https://lore.kernel.org/r/20210202182511.8109-1-rajur@chelsio.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
patch
|
blob
|
history
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 0c5373462cedb73d93b0a23faa7d15a87db35d5b..0b1b5f9c67d47446455a994b3b09876e58396d46 100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
+++ b/
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
@@
-219,6
+219,7
@@
CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
CH_PCI_ID_TABLE_FENTRY(0x6089), /* Custom T62100-KR */
CH_PCI_ID_TABLE_FENTRY(0x608a), /* Custom T62100-CR */
CH_PCI_ID_TABLE_FENTRY(0x608b), /* Custom T6225-CR */
+ CH_PCI_ID_TABLE_FENTRY(0x6092), /* Custom T62100-CR-LOM */
CH_PCI_DEVICE_ID_TABLE_DEFINE_END;
#endif /* __T4_PCI_ID_TBL_H__ */