summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-21 21:38:54 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-21 21:38:54 +0000
commitdc043d9d0aa92d02293099dc6adcabe0e6c972cb (patch)
tree7d05b3fa1ab0f31d5ee8fc36ab5a363fb87154f1 /sys/dev/si
parent6450b2fc55f73c4ce810304628205a53e371a626 (diff)
downloadFreeBSD-src-dc043d9d0aa92d02293099dc6adcabe0e6c972cb.zip
FreeBSD-src-dc043d9d0aa92d02293099dc6adcabe0e6c972cb.tar.gz
ipl.h:
Add CAM software/hardware interrupt support. si.h: Update for changes in the callout interface.
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h
index 8e6f0ab..97284d8 100644
--- a/sys/dev/si/si.h
+++ b/sys/dev/si/si.h
@@ -30,9 +30,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id$
+ * $Id: si.h,v 1.8 1997/02/22 09:35:10 peter Exp $
*/
+#include <sys/callout.h>
+
/*
* Macro to turn a device number into various parameters, and test for
* CONTROL device.
@@ -358,6 +360,7 @@ struct si_port {
/* Lock state. */
struct termios sp_lin;
struct termios sp_lout;
+ struct callout_handle lstart_ch;/* For canceling our timeout */
#ifdef SI_DEBUG
int sp_debug; /* debug mask */
#endif
OpenPOWER on IntegriCloud