aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/bochsvga.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-3/+1
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-12/+0
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor1-0/+3
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor1-0/+2
2012-02-01vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor1-2/+2
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-0/+2
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+2
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-0/+2
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-1/+1
2012-01-16vgabios: Use standard VGA IO wrapper functions in bochsvga.Kevin O'Connor1-1/+1
2012-01-14vgabios: Make VBE code independent of bochsvga.Kevin O'Connor1-8/+0
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor1-1/+1
2012-01-14vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor1-0/+1
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-1/+1
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-1/+1
2011-12-31vgabios: Rename vga.c to vgabios.c.Kevin O'Connor1-3/+3
2011-12-31vgabios: Use bochsvga_ prefix for bochs vga functions.Kevin O'Connor1-0/+12
2011-12-31vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor1-0/+55