Changeset cf5be833 in rtems
- Timestamp:
- Oct 20, 2000, 1:30:19 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6a041407
- Parents:
- fad00e7
- Location:
- c/src/lib/libbsp/i386/i386ex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/ChangeLog
rfad00e7 rcf5be833 1 2000-10-20 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c: Invoke BSP_uart_init() with enough arguments 4 now that more communication parameters are settable. 5 1 6 2000-10-17 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/i386/i386ex/console/console.c
rfad00e7 rcf5be833 144 144 145 145 /* 9600-8-N-1, no hardware flow control */ 146 BSP_uart_init(BSPConsolePort, 9600, 0);146 BSP_uart_init(BSPConsolePort, 9600, CHR_8_BITS, 0, 0, 0); 147 147 148 148
Note: See TracChangeset
for help on using the changeset viewer.