[Skiboot] [PATCH] phb4: Add additional adapter to retrain whitelist
Michael Neuling
mikey at neuling.org
Sat Sep 30 07:58:36 AEST 2017
From: John W Walthour <jwalthour at us.ibm.com>
The single port version of the ConnectX-5 has a different device ID 0x1017.
Updated descriptions to match pciutils database.
Signed-off-by: John Walthour <jwalthour at us.ibm.com>
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
hw/phb4.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hw/phb4.c b/hw/phb4.c
index b94d4925aa..06b9b6a50b 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2440,8 +2440,9 @@ struct pci_card_id retry_whitelist[] = {
{ 0x10b5, 0x8725 }, /* PLX Switch: p9dsu, witherspoon */
{ 0x10b5, 0x8748 }, /* PLX Switch: ZZ */
{ 0x11f8, 0xf117 }, /* PMC-Sierra/MicroSemi NV1604 */
- { 0x15b3, 0x1013 }, /* Mellanox CX-4 */
- { 0x15b3, 0x1019 }, /* Mellanox CX-5 */
+ { 0x15b3, 0x1013 }, /* Mellanox ConnectX-4 */
+ { 0x15b3, 0x1017 }, /* Mellanox ConnectX-5 */
+ { 0x15b3, 0x1019 }, /* Mellanox ConnectX-5 Ex */
{ 0x1a03, 0x1150 }, /* ASPEED AST2500 Switch */
{ 0x8086, 0x10fb }, /* Intel x520 10G Eth */
{ 0x9005, 0x028d }, /* MicroSemi PM8069 */
--
2.11.0
More information about the Skiboot
mailing list