forked from Imagelibrary/rtems
2009-07-21 Roxana Leontie <roxana.leontie@gmail.com>
* console/fb_vga.c: replaced the ioctl structures with linux framebuffer equivalents
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-07-21 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* console/fb_vga.c: replaced the ioctl structures with linux
|
||||
framebuffer equivalents
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
|
||||
@@ -182,13 +182,13 @@ fbvga_control( rtems_device_major_number major,
|
||||
printk( "FBVGA ioctl called, cmd=%x\n", args->command );
|
||||
switch( args->command )
|
||||
{
|
||||
case FB_SCREENINFO:
|
||||
case FBIOGET_FSCREENINFO:
|
||||
args->ioctl_return = get_screen_info( args->buffer );
|
||||
break;
|
||||
case FB_GETPALETTE:
|
||||
case FBIOGETCMAP:
|
||||
args->ioctl_return = get_palette( args->buffer );
|
||||
break;
|
||||
case FB_SETPALETTE:
|
||||
case FBIOPUTCMAP:
|
||||
args->ioctl_return = set_palette( args->buffer );
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user