cvs commit: src/sys/dev/nmdm nmdm.c
Poul-Henning Kamp
phk at FreeBSD.org
Sun Jul 3 01:11:50 GMT 2005
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
More information about the cvs-src
mailing list