mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 12:26:41 +07:00
IB/qib: Add support for the new QME7362 card
Add support to recognize another board variation named QME7362. Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
0a43e11722
commit
f509f9c14d
@ -3172,6 +3172,10 @@ static unsigned qib_7322_boardname(struct qib_devdata *dd)
|
||||
case BOARD_QME7342:
|
||||
n = "InfiniPath_QME7342";
|
||||
break;
|
||||
case 8:
|
||||
n = "InfiniPath_QME7362";
|
||||
dd->flags |= QIB_HAS_QSFP;
|
||||
break;
|
||||
case 15:
|
||||
n = "InfiniPath_QLE7342_TEST";
|
||||
dd->flags |= QIB_HAS_QSFP;
|
||||
|
Loading…
Reference in New Issue
Block a user