Patches from Aleksey which were not in 980911.

I am sending you patch which was lost. As far as I remember there
    were minor patches on top of it, either by Eric Valette or
    by Eric Norum or by both.
This commit is contained in:
Joel Sherrill
1998-09-21 00:38:13 +00:00
parent c610a1f300
commit 3f92975714

View File

@@ -70,9 +70,10 @@ extern void debugPollingGetChar();
| External Prototypes | External Prototypes
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
extern void _exit(int); /* define in exit.c */ extern void _exit(int); /* define in exit.c */
extern void _IBMPC_initVideo(void);
extern void rtems_irq_mngt_init();
void bsp_libc_init( void *, unsigned32, int ); void bsp_libc_init( void *, unsigned32, int );
void bsp_postdriver_hook(void); void bsp_postdriver_hook(void);
extern void rtems_irq_mngt_init();
extern void _IBMPC_initVideo(void); extern void _IBMPC_initVideo(void);
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
@@ -144,6 +145,8 @@ void bsp_pretasking_hook(void)
| Returns: Nothing. | Returns: Nothing.
+--------------------------------------------------------------------------*/ +--------------------------------------------------------------------------*/
void bsp_start( void ) void bsp_start( void )
/* Initialize printk channel */
_IBMPC_initVideo();
{ {
/* /*