aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJohn W Walthour <jwalthour@us.ibm.com>2017-09-29 16:58:36 -0500
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-02 21:59:33 -0500
commit68075c5176b93234e82a8123116f1c3f2284164b (patch)
treede973d37a8b15b1e7563ecb0cb1ed4cae6a3374d /hw
parent6c22ac75211b140e56f28825fb3518f5b07aa305 (diff)
downloadskiboot-68075c5176b93234e82a8123116f1c3f2284164b.zip
skiboot-68075c5176b93234e82a8123116f1c3f2284164b.tar.gz
skiboot-68075c5176b93234e82a8123116f1c3f2284164b.tar.bz2
phb4: Add additional adapter to retrain whitelist
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> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/phb4.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index c17a304..8b6a4d2 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2440,8 +2440,9 @@ static 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 */