2000-10-20 Joel Sherrill <joel@OARcorp.com>

* console/console.c: Invoke BSP_uart_init() with enough arguments
	now that more communication parameters are settable.
This commit is contained in:
Joel Sherrill
2000-10-20 13:30:19 +00:00
parent fad00e765b
commit cf5be833ff
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Invoke BSP_uart_init() with enough arguments
now that more communication parameters are settable.
2000-10-17 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Added idt.c since it has been moved libcpu/i386

View File

@@ -143,7 +143,7 @@ console_initialize(rtems_device_major_number major,
*/
/* 9600-8-N-1, no hardware flow control */
BSP_uart_init(BSPConsolePort, 9600, 0);
BSP_uart_init(BSPConsolePort, 9600, CHR_8_BITS, 0, 0, 0);
/* Set interrupt handler */