summaryrefslogtreecommitdiffstats
path: root/sys/dev/tws/tws_cam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tws/tws_cam.c')
-rw-r--r--sys/dev/tws/tws_cam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tws/tws_cam.c b/sys/dev/tws/tws_cam.c
index 9b429d2..0002715 100644
--- a/sys/dev/tws/tws_cam.c
+++ b/sys/dev/tws/tws_cam.c
@@ -747,7 +747,8 @@ tws_execute_scsi(struct tws_softc *sc, union ccb *ccb)
* and submit the I/O.
*/
sc->stats.scsi_ios++;
- callout_reset(&req->timeout, (ccb_h->timeout * hz) / 1000, tws_timeout, req);
+ callout_reset_sbt(&req->timeout, SBT_1MS * ccb->ccb_h.timeout, 0,
+ tws_timeout, req, 0);
error = tws_map_request(sc, req);
return(error);
}
OpenPOWER on IntegriCloud