From owner-cvs-sys Sat Nov 30 07:29:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA21381 for cvs-sys-outgoing; Sat, 30 Nov 1996 07:29:49 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA21346; Sat, 30 Nov 1996 07:29:35 -0800 (PST) Date: Sat, 30 Nov 1996 07:29:35 -0800 (PST) From: Bruce Evans Message-Id: <199611301529.HAA21346@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:29:34 Modified: sys/i386/isa sio.c Log: Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly well with sio devices (not perfectly, since there is no way to flush the tx holding register on 8250-16450's. I'm not sure if resetting the fifos flushes the tx shift register). Reminded by: NIST-PCTS Revision Changes Path 1.153 +9 -3 src/sys/i386/isa/sio.c