Hints for WWN are now WWNN and/or WWPN.

MFC after:	1 week
This commit is contained in:
Matt Jacob 2002-02-17 06:34:21 +00:00
parent 01ff579d86
commit 3f02619fb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90753

View File

@ -639,7 +639,7 @@ isp_pci_attach(device_t dev)
device_printf(dev, "mangled portwwn hint '%s'\n", sptr);
isp->isp_osinfo.default_port_wwn = 0;
} else {
isp->isp_confopts |= ISP_CFG_OWNWWN;
isp->isp_confopts |= ISP_CFG_OWNWWPN;
}
}
if (isp->isp_osinfo.default_port_wwn == 0) {
@ -656,7 +656,7 @@ isp_pci_attach(device_t dev)
device_printf(dev, "mangled nodewwn hint '%s'\n", sptr);
isp->isp_osinfo.default_node_wwn = 0;
} else {
isp->isp_confopts |= ISP_CFG_OWNWWN;
isp->isp_confopts |= ISP_CFG_OWNWWNN;
}
}
if (isp->isp_osinfo.default_node_wwn == 0) {