Make sure that the WWNN is also created for 2100..2300 cards.

MFC after:	1 day
This commit is contained in:
Matt Jacob 2010-01-03 02:43:46 +00:00
parent 1ee5de4482
commit 1943fd192a

View File

@ -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);