summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 20:15:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 20:15:56 +0000
commit5ca5a54a5e8c7327ef809ee5286e01daebeecc6e (patch)
tree8460a345703de54cf049cc3585866b0c654c2676 /c/src/libchip/ChangeLog
parent2003-09-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5ca5a54a5e8c7327ef809ee5286e01daebeecc6e.tar.bz2
2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 499/rtems_misc * serial/mc68681.c: Miscellaneous corrections: - Correction of ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit Configuration (Odd was forced) - Correction of Stop Bit configuration (inversed) - Correction of ISR Handler to call rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS CTS Hardware flow control Configuration
Diffstat (limited to 'c/src/libchip/ChangeLog')
-rw-r--r--c/src/libchip/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index b2c1cc52f1..81cfb027f6 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
+
+ PR 499/rtems_misc
+ * serial/mc68681.c: Miscellaneous corrections:
+ - Correction of ACR_BIT[7] (Baudrate table) Configuration
+ - Correction of Parity Bit Configuration (Odd was forced)
+ - Correction of Stop Bit configuration (inversed)
+ - Correction of ISR Handler to call
+ rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
+ - Add RTS CTS Hardware flow control Configuration
+
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,