Date: Sat, 22 Dec 2001 16:48:37 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c Message-ID: <200112230048.fBN0mb624793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112230048.fBN0mb624793>