git: vga - Check for UEFI framebuffer in vga_configure() and vga_probe().

Imre Vadasz ivadasz at crater.dragonflybsd.org
Thu Jul 14 14:22:01 PDT 2016


commit a23c805fc73222643cb70bfb4c013781f6d6262f
Author: Imre Vadász <imre at vdsz.com>
Date:   Wed Jul 13 22:47:15 2016 +0200

    vga - Check for UEFI framebuffer in vga_configure() and vga_probe().
    
    * If we have a UEFI framebuffer, we definitely won't be able to use a VGA
      device at the same time.
    
    * TODO: Another case where we probably should disable the vga(4) driver, is
            when the "VGA not present" bit is set in the ACPI FADT BootFlags
            value.

Summary of changes:
 sys/dev/video/fb/vga.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a23c805fc73222643cb70bfb4c013781f6d6262f


-- 
DragonFly BSD source repository



More information about the Commits mailing list