Changeset c4be3475 in rtems
- Timestamp:
- 10/19/00 15:54:00 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8327c5cc
- Parents:
- e6f5358
- Location:
- c/src/lib/libbsp/i386/ts_386ex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
re6f5358 rc4be3475 1 2000-10-19 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c: Invoke BSP_uart_init() with all arguments 4 now that it takes more parameters. 5 1 6 2000-10-17 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/i386/ts_386ex/console/console.c
re6f5358 rc4be3475 144 144 145 145 /* 115200-8-N-1, without hardware flow control */ 146 BSP_uart_init(BSPConsolePort, 115200, 0);146 BSP_uart_init(BSPConsolePort, 115200, CHR_8_BITS, 0, 0, 0); 147 147 148 148 /* Set interrupt handler */
Note: See TracChangeset
for help on using the changeset viewer.