diff mbox series

phb4: Add additional adapter to retrain whitelist

Message ID 20170929215836.8331-1-mikey@neuling.org
State Accepted
Headers show
Series phb4: Add additional adapter to retrain whitelist | expand

Commit Message

Michael Neuling Sept. 29, 2017, 9:58 p.m. UTC
From: John W Walthour <jwalthour@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@us.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 hw/phb4.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Stewart Smith Oct. 5, 2017, 7:09 a.m. UTC | #1
Michael Neuling <mikey@neuling.org> writes:
> From: John W Walthour <jwalthour@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@us.ibm.com>
> Signed-off-by: Michael Neuling <mikey@neuling.org>
> ---
>  hw/phb4.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

thanks, merged to master as of 68075c5176b93234e82a8123116f1c3f2284164b
diff mbox series

Patch

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 */