diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-12-05 07:49:15 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-12-05 07:49:15 +0000 |
commit | 126f5f8f47af917917264653af8e637488eb4253 (patch) | |
tree | b5f50a2160d4edfc9b27ba44d6cc1e4c67f818b4 /sys/dev | |
parent | 614031730cf9e328ab5c65b9d203015984aa9bc4 (diff) | |
download | FreeBSD-src-126f5f8f47af917917264653af8e637488eb4253.zip FreeBSD-src-126f5f8f47af917917264653af8e637488eb4253.tar.gz |
Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.
MFC after: 1 month
Diffstat (limited to 'sys/dev')
-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, |