diff options
-rw-r--r-- | sys/dev/isp/isp_target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index a86b8ec..e7b45cf 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -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, |