forked from Imagelibrary/rtems
2009-08-22 Xi Yang <hiyangxi@gmail.com>
* fb/fb.c: Register correct device name. * startup/bspstart.c: Fix warnings.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-08-22 Xi Yang <hiyangxi@gmail.com>
|
||||||
|
|
||||||
|
* fb/fb.c: Register correct device name.
|
||||||
|
* startup/bspstart.c: Fix warnings.
|
||||||
|
|
||||||
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ frame_buffer_initialize(rtems_device_major_number major,
|
|||||||
/*
|
/*
|
||||||
* Register the device
|
* Register the device
|
||||||
*/
|
*/
|
||||||
status = rtems_io_register_name ("/dev/fb", major, 0);
|
status = rtems_io_register_name ("/dev/fb0", major, 0);
|
||||||
if (status != RTEMS_SUCCESSFUL)
|
if (status != RTEMS_SUCCESSFUL)
|
||||||
{
|
{
|
||||||
printk("Error registering FBSKYEYE device!\n");
|
printk("Error registering FBSKYEYE device!\n");
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
#include <pxa255.h>
|
#include <pxa255.h>
|
||||||
|
|
||||||
/* Function prototypes */
|
/* Function prototypes */
|
||||||
extern void rtems_irq_mngt_init(void);
|
void rtems_exception_init_mngt(void);
|
||||||
|
void rtems_irq_mngt_init(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user