summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/hdvar.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-01 16:51:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-01 16:51:11 +0000
commite6700178859f7c12ca3ca6223f8890b62c03e5c2 (patch)
tree3606a37015a96d78af7694a8d7340afdd1b0de8c /sys/arch/hp300/dev/hdvar.h
parent61ce39031c354943763c896117ea06630bc3f0f4 (diff)
convert to new timeouts
Diffstat (limited to 'sys/arch/hp300/dev/hdvar.h')
-rw-r--r--sys/arch/hp300/dev/hdvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/hdvar.h b/sys/arch/hp300/dev/hdvar.h
index 85a71d05cfa..2ef6c939d25 100644
--- a/sys/arch/hp300/dev/hdvar.h
+++ b/sys/arch/hp300/dev/hdvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdvar.h,v 1.2 1997/02/10 01:33:56 downsj Exp $ */
+/* $OpenBSD: hdvar.h,v 1.3 2001/05/01 16:51:09 millert Exp $ */
/* $NetBSD: rdvar.h,v 1.6 1997/01/30 09:14:19 thorpej Exp $ */
/*
@@ -80,6 +80,7 @@ struct hd_softc {
struct hd_clearcmd sc_clear;
struct buf sc_tab; /* buffer queue */
struct hdstats sc_stats;
+ struct timeout sc_timeout;
};
/* sc_flags values */