From 3c0c5e216374bde321c57a1dd0c3b91f92ac92c2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 1 Apr 1995 11:58:27 +0000 Subject: [PATCH] Add TS_CAN_BYPASS_L_RINT state for serial devices --- sys/sys/tty.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 1737b3f80df3..cae051103f71 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $Id: tty.h,v 1.14 1995/03/28 07:57:38 bde Exp $ + * $Id: tty.h,v 1.15 1995/03/29 19:03:02 ache Exp $ */ #ifndef _SYS_TTY_H_ @@ -146,6 +146,10 @@ struct tty { * begin snoopped. */ #define TS_SNOOP 0x10000 /* There is snoop on device */ +/* + * States for serial devices + */ +#define TS_CAN_BYPASS_L_RINT 0x20000 /* device in "raw" mode */ /* Character type information. */