• Andrew Morton's avatar
    [PATCH] fix vga16fb.c frame buffer bad memory mapping · 03e95caf
    Andrew Morton authored
    From: Vincent Sanders <vince@kyllikki.org>
    
    The vga16fb driver uses a direct ioremap on 0xa00000 to gain access to the
    vga card.  This is wrong on architectures other than x86, every other driver
    uses VGA_MAP_MEM macro from vga.h to ensure the correct memory mapping.
    03e95caf
vga16fb.c 37.7 KB