From owner-cvs-sys Sat Nov 30 07:53:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22512 for cvs-sys-outgoing; Sat, 30 Nov 1996 07:53:13 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22478; Sat, 30 Nov 1996 07:53:00 -0800 (PST) Date: Sat, 30 Nov 1996 07:53:00 -0800 (PST) From: Bruce Evans Message-Id: <199611301553.HAA22478@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/30 07:53:00 Modified: sys/i386/isa sio.c Log: Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKs are always together with Framing Errors and they were incorrectly treated as FE's and discarded. Reorganized the BREAK/FE/PE tests. Found by: NIST-PCTS Revision Changes Path 1.154 +32 -27 src/sys/i386/isa/sio.c