Date: Wed, 26 Jan 2005 23:42:18 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nmdm nmdm.c Message-ID: <200501262342.j0QNgIA6081247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-26 23:42:18 UTC FreeBSD src repository Modified files: sys/dev/nmdm nmdm.c Log: If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of a null-modem tty device emulate the speed settings faithfully. The speed is emulated independently for the two directions, using the slower of the local sides ispeed and the remote sides ospeed. The emulated speed takes settings of bits/char, parity and stopbit into account. Inspired by: The BSD-DK Editor Celebrity Deathmatch Contest Revision Changes Path 1.34 +128 -14 src/sys/dev/nmdm/nmdm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501262342.j0QNgIA6081247>