summaryrefslogtreecommitdiff
path: root/vgasrc/bochsvga.h
Commit message (Expand)AuthorAgeFilesLines
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-3/+1
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-12/+0
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-041-0/+3
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-041-0/+2
* vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor2012-02-011-2/+2
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-0/+2
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-0/+2
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-0/+2
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-1/+1
* vgabios: Use standard VGA IO wrapper functions in bochsvga.Kevin O'Connor2012-01-161-1/+1
* vgabios: Make VBE code independent of bochsvga.Kevin O'Connor2012-01-141-8/+0
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-1/+1
* vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor2012-01-141-0/+1
* vgabios: Unify X_init() functions.Kevin O'Connor2011-12-311-1/+1
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-3/+3
* vgabios: Use bochsvga_ prefix for bochs vga functions.Kevin O'Connor2011-12-311-0/+12
* vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor2011-12-311-0/+55