summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:19:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:19:55 +0000
commitadaf33af785c9ab9390aa74673c38321d889910d (patch)
tree930cb19be11a5ba48aba32dbf78b9e46bb1564e2 /c/src/ChangeLog
parent2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-adaf33af785c9ab9390aa74673c38321d889910d.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * 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 <joel.sherrill@OARcorp.com>
* aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.