Commit bf3258ec authored by Bryan O'Sullivan's avatar Bryan O'Sullivan Committed by Roland Dreier

IB/ipath: Support new PCIE device, QLE7142

Signed-off-by: default avatarBryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent c97d27d8
...@@ -538,6 +538,9 @@ static int ipath_pe_boardname(struct ipath_devdata *dd, char *name, ...@@ -538,6 +538,9 @@ static int ipath_pe_boardname(struct ipath_devdata *dd, char *name,
case 5: case 5:
n = "InfiniPath_QMH7140"; n = "InfiniPath_QMH7140";
break; break;
case 6:
n = "InfiniPath_QLE7142";
break;
default: default:
ipath_dev_err(dd, ipath_dev_err(dd,
"Don't yet know about board with ID %u\n", "Don't yet know about board with ID %u\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment