vgabios: Use vgamode_s instead of video_param_table in code.
[seabios.git] / vgasrc / vgaio.c
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-06-01 Kevin O'ConnorVGA: Move direct in/out calls out of vgafb.c.
2009-05-25 Kevin O'ConnorVGA: Factor out hardware accesses from biosfn_set_video...
2009-05-22 Kevin O'ConnorVGA: Define structs for save/restore state calls.
2009-05-19 Kevin O'ConnorVGA: Move some ioport accesses from vga.c to vgaio.c.
2009-05-18 Kevin O'ConnorVGA: Remove references to 'struct bregs' from vgaio...
2009-05-17 Kevin O'ConnorVGA: Extract code from vga.c into new files vgaio.c...