From 952b2ae7f18b83ee30cdcb1fefa4577d4c8d3d95 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 15 Mar 2001 21:09:18 +0000 Subject: Put back new timeouts. This time with correct timeout for compoll. --- sys/dev/ic/comvar.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/comvar.h') diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 911daadfbc7..0bb7930261d 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.23 2001/03/15 19:07:01 deraadt Exp $ */ +/* $OpenBSD: comvar.h,v 1.24 2001/03/15 21:09:17 art Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -62,6 +62,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include + struct commulti_attach_args { int ca_slave; /* slave number */ @@ -79,6 +81,8 @@ struct com_softc { void *sc_ih; bus_space_tag_t sc_iot; struct tty *sc_tty; + struct timeout sc_dtr_tmo; + struct timeout sc_diag_tmo; int sc_overflows; int sc_floods; -- cgit v1.2.3