From owner-cvs-all Sat Dec 22 16:48:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5220137B405; Sat, 22 Dec 2001 16:48:37 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBN0mb624793; Sat, 22 Dec 2001 16:48:37 -0800 (PST) (envelope-from dillon) Message-Id: <200112230048.fBN0mb624793@freefall.freebsd.org> From: Matt Dillon Date: Sat, 22 Dec 2001 16:48:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/22 16:48:37 PST Modified files: sys/dev/sio sio.c Log: This problem has been in the serial driver for years, and I occassionally see people trip over it. Do not set the FIFO trigger to just before it would otherwise overflow. Give it a little more slop so characters aren't lost if the interrupt is delayed by other system activities. MFC maybe: 7 days Revision Changes Path 1.354 +6 -1 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message