Patch from Eric Valette <valette@crf.canon.fr>. Most of this was included

in a previous patch.  Comments from Eric:

    patch_com2 was before your own fixes of raw IDT vector management
    routine.
    It mainly use human readable constants for the serial line driver code
    + the patch you gave me for com2 write routine.

    I applied your patch for raw IDT mngt on top of that. Then made minor
    cleaning in  patch_idt_mngt. I hope this helps.
This commit is contained in:
Joel Sherrill
1998-09-10 12:28:59 +00:00
parent 109b17f4ad
commit b7e3949f67

View File

@@ -49,7 +49,14 @@
* PC386_UART_COM2
*/
int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
/*
* Possible value for console input/output :
* PC386_CONSOLE_PORT_CONSOLE
* PC386_UART_COM1
* 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;