[RTEMS Project] #2897: Update termios.h to match the latest FREEBSD definitions
RTEMS trac
trac at rtems.org
Wed Feb 1 21:27:36 UTC 2017
#2897: Update termios.h to match the latest FREEBSD definitions
-------------------------+------------------
Reporter: kirspelk | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.12
Severity: normal | Keywords:
-------------------------+------------------
The FREEBSD struct termios separates out the input and output baud rates
into individual speed_t variables. It also supports more flag options.
The big benefit is that the rtems-libbsd tty code can be ported cleanly
without the need to fixup the input and output baud rates. This should be
a transparent change unless someone was manipulating the baud rates
directly through the c_cflags (not using the cfgetispeed, cfgetospeed,
cfsetispeed, cfsetospeed functions).
--
Ticket URL: <http://devel.rtems.org/ticket/2897>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list