Changeset da38d8a in rtems
- Timestamp:
- 09/24/98 15:43:38 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 85420c8
- Parents:
- 32f3e34
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/console/console.c
r32f3e34 rda38d8a 67 67 extern rtems_boolean _IBMPC_scankey(char *); /* defined in 'inch.c' */ 68 68 extern char BSP_wait_polled_input(void); 69 extern void _IBMPC_initVideo(void);70 69 71 70 static int conSetAttr(int minor, const struct termios *); … … 146 145 rtems_status_code status; 147 146 148 /* Initialize video */ 149 _IBMPC_initVideo(); 147 /* 148 * The video was initialized in the start.s code and does not need 149 * to be reinitialized. 150 */ 150 151 151 152 if(PC386ConsolePort == PC386_CONSOLE_PORT_CONSOLE)
Note: See TracChangeset
for help on using the changeset viewer.