summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/ami.c')
-rw-r--r--sys/dev/ic/ami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 712e007e50f..4542d286d96 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.190 2008/10/28 11:53:18 marco Exp $ */
+/* $OpenBSD: ami.c,v 1.191 2009/01/11 16:54:59 blambert Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -978,7 +978,7 @@ ami_start_xs(struct ami_softc *sc, struct ami_ccb *ccb, struct scsi_xfer *xs)
}
/* XXX way wrong, this timeout needs to be set later */
- timeout_add(&xs->stimeout, 61 * hz);
+ timeout_add_sec(&xs->stimeout, 61);
ami_start(sc, ccb);
return (SUCCESSFULLY_QUEUED);