mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure that the WWNN is also created for 2100..2300 cards.
MFC after: 1 day
This commit is contained in:
parent
1ee5de4482
commit
1943fd192a
1 changed files with 2 additions and 0 deletions
|
|
@ -8285,6 +8285,8 @@ isp_parse_nvram_2100(ispsoftc_t *isp, uint8_t *nvram_data)
|
|||
if ((wwn >> 60) == 0) {
|
||||
wwn |= (((uint64_t) 2)<< 60);
|
||||
}
|
||||
} else {
|
||||
wwn = fcp->isp_wwpn_nvram & ~((uint64_t) 0xfff << 48);
|
||||
}
|
||||
} else {
|
||||
wwn &= ~((uint64_t) 0xfff << 48);
|
||||
|
|
|
|||
Loading…
Reference in a new issue