diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-03-05 16:04:13 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-03-05 16:04:13 +0000 |
commit | 198231f71c44cb3935875cd9d773d2a2d88150c8 (patch) | |
tree | ab90f551e12b7a0e21f7c204abf5166687f6e3bc /sys/dev/ic | |
parent | 34625e7d9165446d5330f21d83b2070b9a11dfc0 (diff) |
Convert to new timeout API. costa@ ok.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/wdcvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index 80524d8f36d..7d444b59fd2 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.13 2001/01/29 00:20:16 csapuntz Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.14 2001/03/05 16:04:11 ho Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -218,6 +218,7 @@ struct wdc_xfer { int timeout; int endticks; int delay; + struct timeout atapi_poll_to; unsigned int expect_irq:1; unsigned int claim_irq:1; |