Changeset b7e3949 in rtems
- Timestamp:
- 09/10/98 12:28:59 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b67245d0
- Parents:
- 109b17f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/console/console.c
r109b17f4 rb7e3949 50 50 */ 51 51 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 59 int PC386ConsolePort = PC386_UART_COM2; 53 60 54 61 static int conSetAttr(int minor, const struct termios *);
Note: See TracChangeset
for help on using the changeset viewer.