From owner-cvs-sys Thu Dec 14 17:01:08 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07343 for cvs-sys-outgoing; Thu, 14 Dec 1995 17:01:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07333 Thu, 14 Dec 1995 17:01:05 -0800 (PST) Date: Thu, 14 Dec 1995 17:01:05 -0800 (PST) From: Bruce Evans Message-Id: <199512150101.RAA07333@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/14 17:01:03 Modified: sys/kern tty.c Log: Disabled the sleep in ttyflush(). It can't work in general because ttyflush() might be called from an interrupt handler. This fixes panics in IXOFF mode at the cost of more failures to send the START character to exit from IXOFF mode. Revision Changes Path 1.76 +15 -1 src/sys/kern/tty.c