vgabios: Hook up Cirrus extended bios functions.
[seabios.git] / vgasrc / vgabios.c
2012-01-14 Kevin O'Connorvgabios: Hook up Cirrus extended bios functions.
2012-01-14 Kevin O'Connorvgabios: Extract out common parts of struct vgamode_s.
2012-01-14 Kevin O'Connorvgabios: Unify page size calculations; remove page...
2012-01-14 Kevin O'Connorvgabios: Make struct vgamode_s more similar to bochs...
2012-01-14 Kevin O'Connorvgabios: Use vesa style memory model flags in stdvga...
2012-01-14 Nilsvgabios: Make the naming in the LX code generic to...
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: Create clext.h and use "clext_" as prefix...
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Change vga_set_mode() to directly setup BDA.
2011-12-31 Kevin O'Connorvgabios: Don't call int10 during mode switch.
2011-12-31 Kevin O'Connorvgabios: Move vgafb_load_font to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Rename vgahw_* functions to stdvga_*.
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.