New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e88e7a81ffbf05a40c0eb180986c42caa3c6e045
commit e88e7a81ffbf05a40c0eb180986c42caa3c6e045
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Aug 2 00:34:34 2007 +0200

    Added generic /dev/mem based system module.
    
    There's no screen or layer registered, a graphics driver is required.
    
    Added options for the module:
      video-phys=<hexaddress>        Physical start of video memory
      video-length=<bytes>           Length of video memory
      mmio-phys=<hexaddress>         Physical start of MMIO area
      mmio-length=<bytes>            Length of MMIO area
      accelerator=<id>               Accelerator ID selecting graphics driver

 src/core/system.h       |    3 +-
 src/misc/conf.c         |  100 +++++++++++++++++++
 src/misc/conf.h         |    6 +
 systems/devmem/devmem.c |  248 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 356 insertions(+), 1 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to