summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-04-01 22:57:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-04-01 22:57:43 +0000
commit6a5f6acc8d89ee42472990e7cd87e66e34f0d8a0 (patch)
tree1906807a3bd643bab07b3d451901752c82130032 /sys/dev/sio/sio.c
parent8a9f5137752f8228ae985b87f987a7eedfa57f31 (diff)
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 7d042b83e3bb..75d70d8fd688 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.80 1995/04/01 06:55:24 ache Exp $
+ * $Id: sio.c,v 1.81 1995/04/01 12:01:13 ache Exp $
*/
#include "sio.h"
@@ -885,6 +885,8 @@ open_top:
goto open_top;
}
error = (*linesw[tp->t_line].l_open)(dev, tp);
+ if (linesw[tp->t_line].l_rint != ttyinput)
+ tp->t_state &= ~TS_CAN_BYPASS_L_RINT;
if (tp->t_state & TS_ISOPEN && mynor & CALLOUT_MASK)
com->active_out = TRUE;
out: