Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.

MFC after:	1 month
This commit is contained in:
mjacob 2006-12-05 07:49:15 +00:00
parent 614031730c
commit 126f5f8f47

View File

@ -500,6 +500,7 @@ isp_lun_cmd(ispsoftc_t *isp, int cmd, int bus, int tgt, int lun,
} 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,