PERFORCE change 108792 for review
Matt Jacob
mjacob at FreeBSD.org
Tue Oct 31 03:15:02 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=108792
Change 108792 by mjacob at newisp on 2006/10/31 03:14:20
Go back to a model of not doing full fabric evaluation
if we're in target-only mode.
Affected files ...
.. //depot/projects/newisp/dev/isp/isp_library.c#13 edit
Differences ...
==== //depot/projects/newisp/dev/isp/isp_library.c#13 (text) ====
@@ -208,6 +208,9 @@
return (-1);
}
}
+ if ((isp->isp_role & ISP_ROLE_INITIATOR) == 0) {
+ return (0);
+ }
if (isp_control(isp, ISPCTL_SCAN_LOOP, NULL) != 0) {
isp_prt(isp, ISP_LOGINFO,
"isp_fc_runstate: scan loop fails");
More information about the p4-projects
mailing list