summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:16:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:16:08 +0000
commitb6be4217390800fec6a017f7e008957b21361b95 (patch)
tree9c430d377a1754262ccede52c58801e30c1a2b92 /cpukit/ChangeLog
parent2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b6be4217390800fec6a017f7e008957b21361b95.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/preinstall.am, libcsupport/include/rtems/termiostypes.h: 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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ec18e4cf5f..b50d82373c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/Makefile.am, libcsupport/preinstall.am,
+ libcsupport/include/rtems/termiostypes.h: 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.
+
2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/include/rtems/watchdogdrv.h: Finish writing comments.