Date: Fri, 2 Oct 2009 22:30:44 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_tty.c Message-ID: <200910022230.n92MUxbS091499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-10-02 22:30:44 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_bus.h uart_core.c uart_tty.c
Log:
SVN rev 197721 on 2009-10-02 22:30:44Z by marcel
Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY
interface is fairly simple WRT dealing with flow control, but
needed 2 new RX buffer functions with "get-char-from-buf" separated
from "advance-buf-pointer" so that the pointer could be advanced
only when ttydisc_rint() succeeded.
MFC after: 1 week
Revision Changes Path
1.16 +25 -0 src/sys/dev/uart/uart_bus.h
1.26 +1 -1 src/sys/dev/uart/uart_core.c
1.34 +29 -26 src/sys/dev/uart/uart_tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910022230.n92MUxbS091499>
