From owner-cvs-sys Fri Jul 26 06:47:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA27461 for cvs-sys-outgoing; Fri, 26 Jul 1996 06:47:52 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA27443; Fri, 26 Jul 1996 06:47:42 -0700 (PDT) Date: Fri, 26 Jul 1996 06:47:42 -0700 (PDT) From: Peter Wemm Message-Id: <199607261347.GAA27443@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/26 06:47:42 Modified: sys/i386/isa si.c Log: Apply a bandaid to a problem elsewhere in the driver, when the process is blocked in a write() while waiting for the output to drain, sleep only for tp->t_timeout, not forever. This only seems to happen when there is either a modem lockup holding the hardware flow control down, or due to some problem in the driver with processes attempting to write after the modem has hung up (eg: elm, tf). Revision Changes Path 1.48 +5 -2 src/sys/i386/isa/si.c