diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-17 06:34:21 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-17 06:34:21 +0000 |
| commit | 3f02619fb8269109235e362cab48c982756ae9d1 (patch) | |
| tree | a457327aa4c04756b7055f08a032b31a834ecf76 /sys/dev/isp/isp_pci.c | |
| parent | 01ff579d866ed4f6ffee7b38f00716936333e800 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_pci.c')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 2dfac8118979..02bc05f14491 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -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) { |
