summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-03-28 11:13:44 +0000
committerache <ache@FreeBSD.org>1995-03-28 11:13:44 +0000
commitb9aeb29c71254c6addbbe291a4dc1a7f3a501243 (patch)
treeed59adf2ae31b4a12c47f604a4e854e79ca26aa5 /sys/isa
parent1b66dee63fc567c6d4d0dea84419b84c0afaa081 (diff)
downloadFreeBSD-src-b9aeb29c71254c6addbbe291a4dc1a7f3a501243.zip
FreeBSD-src-b9aeb29c71254c6addbbe291a4dc1a7f3a501243.tar.gz
Forget to add LSR_FE to discard (see prev commit)
Reviewed by: Submitted by: Obtained from: CVS:
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 0c8883e..70d0f4d 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.73 1995/03/28 06:15:44 ache Exp $
+ * $Id: sio.c,v 1.74 1995/03/28 10:51:59 ache Exp $
*/
#include "sio.h"
@@ -1127,7 +1127,7 @@ if (com->iptr - com->ibuf == 8)
works even if IGN* is set.
Assume TTY_OE mapped to TTY_PE
*/
- if ( (!(line_status & (LSR_PE|LSR_OE))
+ if ( (!(line_status & (LSR_PE|LSR_OE|LSR_FE))
|| !(com->tp->t_iflag & IGNPAR))
&& (!(line_status & LSR_BI)
|| !(com->tp->t_iflag & IGNBRK))) {
OpenPOWER on IntegriCloud