diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-12-14 18:07:44 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-12-14 18:07:44 +0000 |
commit | f19efaedf623b49543bcab7d2a8683bd17df575f (patch) | |
tree | 6169cab75121c5f8f268dfd75b7d706dcdcf8e13 /sys/dev | |
parent | 186829f4390356a59d315b164b840475a9d68255 (diff) |
Thanks aaron.
Changed time->ticks
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/wdcvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index c0b18b6574b..efc9a1ca121 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.6 1999/12/11 10:15:03 csapuntz Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.7 1999/12/14 18:07:43 csapuntz Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -208,7 +208,7 @@ struct wdc_xfer { /* Used by ATAPISCSI */ int timeout; - u_int64_t endtime; + int endticks; int delay; unsigned int expect_irq:1; unsigned int claim_irq:1; |