forked from Minki/linux
IB/ipath: Support new PCIE device, QLE7142
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
c97d27d8a9
commit
bf3258ec41
@ -538,6 +538,9 @@ static int ipath_pe_boardname(struct ipath_devdata *dd, char *name,
|
||||
case 5:
|
||||
n = "InfiniPath_QMH7140";
|
||||
break;
|
||||
case 6:
|
||||
n = "InfiniPath_QLE7142";
|
||||
break;
|
||||
default:
|
||||
ipath_dev_err(dd,
|
||||
"Don't yet know about board with ID %u\n",
|
||||
|
Loading…
Reference in New Issue
Block a user