From 5ca5a54a5e8c7327ef809ee5286e01daebeecc6e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Sep 2003 20:15:56 +0000 Subject: 2003-09-26 Cedric Aubert 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 --- c/src/libchip/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'c/src/libchip/ChangeLog') 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 + + 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 * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c, -- cgit v1.2.3