vgabios: handle vmware vga in bochsvga.
[seabios.git] / vgasrc / bochsvga.c
2012-02-02 Kevin O'Connorvgabios: handle vmware vga in bochsvga.
2012-02-02 Kevin O'Connorvgabios: Update copyright statements in bochsvga.c...
2012-02-02 Kevin O'Connorvgabios: Add support for VBE get/set display start...
2012-02-02 Kevin O'Connorvgabios: Add support for vbe get/set line length function.
2012-02-02 Kevin O'Connorvgabios: Add support for vesa get/set window function.
2012-02-02 Kevin O'Connorvgabios: Move BDA setting from driver code to common...
2012-01-21 Kevin O'Connorvgabios: Set cwidth/cheight/sstart in vgamode_s for...
2012-01-20 Kevin O'Connorvgabios: Check that the PCI BDF passed in is valid...
2012-01-16 Kevin O'Connorvgabios: Make VBE code depend on a config setting.
2012-01-16 Kevin O'Connorvgabios: Use standard VGA IO wrapper functions in bochsvga.
2012-01-14 Kevin O'Connorvgabios: Add cirrus linear framebuffer detection; enabl...
2012-01-14 Kevin O'Connorvgabios: Make VBE code independent of bochsvga.
2012-01-14 Kevin O'Connorvgabios: Unify code to generate the vbe mode list.
2012-01-14 Kevin O'Connorvgabios: Use vgamode_s in cirrus and bochsvga mode...
2012-01-14 Kevin O'Connorvgabios: Add memmodel field to bochsvga mode list.
2012-01-01 Kevin O'Connorvgabios: Unify X_init() functions.
2012-01-01 Kevin O'Connorvgabios: Unify X_set_mode() functions.
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.
2011-12-31 Kevin O'Connorvgabios: Use bochsvga_ prefix for bochs vga functions.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.