Changeset b7e3949 in rtems


Ignore:
Timestamp:
09/10/98 12:28:59 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b67245d0
Parents:
109b17f4
Message:

Patch from Eric Valette <valette@…>. 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/console/console.c

    r109b17f4 rb7e3949  
    5050 */
    5151
    52 int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
     52/*
     53 * Possible value for console input/output :
     54 *      PC386_CONSOLE_PORT_CONSOLE
     55 *      PC386_UART_COM1
     56 *      PC386_UART_COM2
     57 */
     58
     59int PC386ConsolePort = PC386_UART_COM2;
    5360
    5461static int conSetAttr(int minor, const struct termios *);
Note: See TracChangeset for help on using the changeset viewer.