Date: Tue, 31 Oct 2006 03:15:01 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108792 for review Message-ID: <200610310315.k9V3F1bn058804@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108792 Change 108792 by mjacob@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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610310315.k9V3F1bn058804>