Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2008 11:17:41 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 146516 for review
Message-ID:  <200808031117.m73BHfVi007698@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146516

Change 146516 by ed@ed_dull on 2008/08/03 11:17:00

	Properly turn off the high watermark when we transmitted the
	software flow control character.

Affected files ...

.. //depot/projects/mpsafetty/sys/kern/tty.c#11 edit

Differences ...

==== //depot/projects/mpsafetty/sys/kern/tty.c#11 (text+ko) ====

@@ -1682,7 +1682,7 @@
 		 */
 		if (ttyoutq_write_nofrag(&tp->t_outq,
 		    &tp->t_termios.c_cc[VSTART], 1) == 0)
-			tp->t_flags |= TF_HIWAT_IN;
+			tp->t_flags &= ~TF_HIWAT_IN;
 	} else {
 		/* No input flow control */
 		tp->t_flags &= ~TF_HIWAT_IN;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808031117.m73BHfVi007698>