[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
last snapshot buglet
- Date: Tue, 15 Sep 1998 10:15:19 +0200 (CEST)
- From: valette at crf.canon.fr (VALETTE Eric)
- Subject: last snapshot buglet
Compiled and booted without problem. However console was set on COM2.
At least for 4.0 it should be video :-)
--------------------- patch---------------
*** rtems-980911/c/src/lib/libbsp/i386/pc386/console/console.c~ Thu Sep 10 14:28:59 1998
--- rtems-980911/c/src/lib/libbsp/i386/pc386/console/console.c Tue Sep 15 10:05:59 1998
***************
*** 56,62 ****
* PC386_UART_COM2
*/
! int PC386ConsolePort = PC386_UART_COM2;
static int conSetAttr(int minor, const struct termios *);
extern BSP_polling_getchar_function_type BSP_poll_char;
--- 56,62 ----
* PC386_UART_COM2
*/
! int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
static int conSetAttr(int minor, const struct termios *);
extern BSP_polling_getchar_function_type BSP_poll_char;
-- eric