summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:12:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:12:08 +0000
commitaefbb573e00c3f4ddaa56939d4b0dd0d3d522937 (patch)
tree1611fcfa8b019e77592e969eb1b6e54de1a41d03 /c/src/lib/libbsp/powerpc/gen5200/ChangeLog
parent2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-aefbb573e00c3f4ddaa56939d4b0dd0d3d522937.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Properly inform termios of our initial baud rate. If it is not the default, this causes problems when an application changes any termios attributes since termios thinks our baud rate is one thing when in fact, it is another.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index 30587c0e7a..da224a163b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * console/console.c: Properly inform termios of our initial baud rate.
+ If it is not the default, this causes problems when an application
+ changes any termios attributes since termios thinks our baud rate is
+ one thing when in fact, it is another.
+
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization