aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgabios.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-09vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor1-1/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-1/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-2/+2
2013-01-12vgabios: implement AX=1120H..1124H functionsrel-1.7.2Paolo Bonzini1-0/+60
2012-06-10Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor1-4/+1
2012-03-06vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet1-1/+2
2012-03-06vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor1-0/+5
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor1-55/+41
2012-02-12vgabios: Minor vgabios fixes.Kevin O'Connor1-17/+5
2012-02-11vgabios: Add version string to debug output.Kevin O'Connor1-0/+2
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor1-5/+8
2012-02-04vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor1-66/+30
2012-02-02vgabios: Handle VGA option rom being re-run.Kevin O'Connor1-1/+7
2012-02-01vgabios: Compare PCI ids against pci rom struct instead of config settings.Kevin O'Connor1-2/+4
2012-02-01vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor1-5/+3
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-3/+2
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+16
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-6/+24
2012-01-21vgabios: Extract out current mode finding into new function.Kevin O'Connor1-1/+12
2012-01-19vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor1-2/+9
2012-01-16vgabios: Move video_param_table definition to vgabios.c.Kevin O'Connor1-1/+17
2012-01-16vgabios: Move static_functionality[] from vgatables.c to vgabios.c.Kevin O'Connor1-0/+16
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-8/+8
2012-01-14vgabios: Hook up Cirrus extended bios functions.Kevin O'Connor1-5/+6
2012-01-14vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor1-3/+3
2012-01-14vgabios: Unify page size calculations; remove page size from vgamode_s.Kevin O'Connor1-27/+26
2012-01-14vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.Kevin O'Connor1-5/+13
2012-01-14vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor1-2/+3
2012-01-14vgabios: Make the naming in the LX code generic to Geode.Nils1-1/+1
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-9/+9
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-13/+4
2011-12-31vgabios: Create clext.h and use "clext_" as prefix for exported funcs.Kevin O'Connor1-2/+3
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-73/+16
2011-12-31vgabios: Change vga_set_mode() to directly setup BDA.Kevin O'Connor1-23/+11
2011-12-31vgabios: Don't call int10 during mode switch.Kevin O'Connor1-14/+2
2011-12-31vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor1-10/+10
2011-12-31vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor1-38/+38
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-0/+1
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor1-289/+0
2011-12-31vgabios: Rename vga.c to vgabios.c.Kevin O'Connor1-0/+1596