PERFORCE change 110776 for review

Matt Jacob mjacob at FreeBSD.org
Thu Nov 30 18:15:13 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110776

Change 110776 by mjacob at newisp on 2006/12/01 02:14:37

	Put a chip timeout on lun enables/modifies/disables.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp_target.c#12 edit

Differences ...

==== //depot/projects/newisp/dev/isp/isp_target.c#12 (text+ko) ====

@@ -500,6 +500,7 @@
 	} else if (FCPARAM(isp)->isp_sccfw == 0) {
 		el.le_lun = lun;
 	}
+	el.le_timeout = 30;
 
 	if (isp_getrqentry(isp, &nxti, &optr, &outp)) {
 		isp_prt(isp, ISP_LOGERR,


More information about the p4-projects mailing list