Changeset da38d8a in rtems


Ignore:
Timestamp:
09/24/98 15:43:38 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
85420c8
Parents:
32f3e34
Message:

Removed superfluous initialization of PC video.

File:
1 edited

Legend:

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

    r32f3e34 rda38d8a  
    6767extern rtems_boolean _IBMPC_scankey(char *);  /* defined in 'inch.c' */
    6868extern char BSP_wait_polled_input(void);
    69 extern void _IBMPC_initVideo(void);
    7069
    7170static int  conSetAttr(int minor, const struct termios *);
     
    146145  rtems_status_code status;
    147146
    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   */
    150151
    151152  if(PC386ConsolePort == PC386_CONSOLE_PORT_CONSOLE)
Note: See TracChangeset for help on using the changeset viewer.