summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/apci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/apci.c')
-rw-r--r--sys/arch/hp300/dev/apci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/apci.c b/sys/arch/hp300/dev/apci.c
index b470208a919..f15b54817fa 100644
--- a/sys/arch/hp300/dev/apci.c
+++ b/sys/arch/hp300/dev/apci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apci.c,v 1.32 2008/06/26 05:42:10 ray Exp $ */
+/* $OpenBSD: apci.c,v 1.33 2008/10/15 19:12:19 blambert Exp $ */
/* $NetBSD: apci.c,v 1.9 2000/11/02 00:35:05 eeh Exp $ */
/*-
@@ -373,7 +373,7 @@ apciopen(dev, flag, mode, p)
if (error == 0) {
/* clear errors, start timeout */
sc->sc_ferr = sc->sc_perr = sc->sc_oflow = sc->sc_toterr = 0;
- timeout_add(&sc->sc_timeout, hz);
+ timeout_add_sec(&sc->sc_timeout, 1);
}
return (error);
@@ -860,7 +860,7 @@ apcitimeout(arg)
sc->sc_dev.dv_xname, ferr, perr, oflow, sc->sc_toterr);
}
- timeout_add(&sc->sc_timeout, hz);
+ timeout_add_sec(&sc->sc_timeout, 1);
}
/*