]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit - sys/kern/tty.c
MFC r232197 (on behalf of phk):
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 12:07:10 +0000 (12:07 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 12:07:10 +0000 (12:07 +0000)
commitbcfc913dfcec1d68b682b53f28049852b7cae277
tree075a3d85d85dd64b5cfab4a12a97c20ec6c8c170
parent9d947a8d200c890f53e566c0e834aa641852af1f
MFC r232197 (on behalf of phk):
Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.

Uftdi(4) examines (c_iflag & (IXON|IXOFF)) to control hw XON-XOFF support.
This is obviously no good, if changes to those bits are not communicated
down the stack.

git-svn-id: svn://svn.freebsd.org/base/stable/9@239414 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/tty.c