From f19efaedf623b49543bcab7d2a8683bd17df575f Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Tue, 14 Dec 1999 18:07:44 +0000 Subject: Thanks aaron. Changed time->ticks --- sys/dev/ic/wdcvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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; -- cgit v1.2.3