Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2009 18:24:54 +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:  <200910101825.n9AIPA23076490@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2009-10-10 18:24:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/uart         uart_bus.h uart_core.c uart_tty.c 
  Log:
  SVN rev 197938 on 2009-10-10 18:24:54Z by marcel
  
  MFC change 197721:
  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.
  
  Approved by:    re (kib)
  
  Revision   Changes    Path
  1.15.10.2  +25 -0     src/sys/dev/uart/uart_bus.h
  1.25.2.2   +1 -1      src/sys/dev/uart/uart_core.c
  1.33.2.2   +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?200910101825.n9AIPA23076490>