From adaf33af785c9ab9390aa74673c38321d889910d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 May 2008 20:19:55 +0000 Subject: 2008-05-22 Joel Sherrill * libchip/Makefile.am: Move termios helper routines from libchip to libcsupport. Add routine which makes it easy for a termios device driver to inform termios of its default baud rate. This avoids inconsistencies in later termios settings changes. * libchip/serial/termios_baud2index.c, libchip/serial/termios_baud2num.c: Removed. --- c/src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index c64c7700ca..b4fc75c8bc 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,12 @@ +2008-05-22 Joel Sherrill + + * libchip/Makefile.am: Move termios helper routines from libchip to + libcsupport. Add routine which makes it easy for a termios device + driver to inform termios of its default baud rate. This avoids + inconsistencies in later termios settings changes. + * libchip/serial/termios_baud2index.c, + libchip/serial/termios_baud2num.c: Removed. + 2008-05-15 Joel Sherrill * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file. -- cgit v1.2.3