ed          2008-08-22 05:15:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  SVN rev 181993 on 2008-08-22 05:15:52Z by ed
  
  Prevent VSTART flooding when turning on software flow control.
  
  It turned out we transmitted VSTART after each successful read on a TTY
  when software flow control was turned on. This was because of a very
  evil bug where we tested the TF_HIWAT_IN flag the other way around.
  
  Reported by:    Christian Weisgerber <naddy mips inka de>
  
  Revision  Changes    Path
  1.283     +1 -1      src/sys/kern/tty.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to