summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-23 15:48:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-23 15:48:06 +0000
commit0c04063bac014bc17cfe940c0725b91b32f07505 (patch)
treed094952b52cb914b1a568301e53cf5ab1572d9f7 /c/src/lib/libbsp/m68k/gen68340/ChangeLog
parent2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0c04063bac014bc17cfe940c0725b91b32f07505.tar.bz2
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/m340uart.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68340/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68340/ChangeLog b/c/src/lib/libbsp/m68k/gen68340/ChangeLog
index 27cb2398dc..625083e4ec 100644
--- a/c/src/lib/libbsp/m68k/gen68340/ChangeLog
+++ b/c/src/lib/libbsp/m68k/gen68340/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * console/m340uart.c: Eliminate copies of switches to convert termios
+ Bxxx constants to xxx as an integer. Use the shared
+ termios_baud_to_number() routine to do the same conversion.
+
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Rework to avoid .rel files.