VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
[seabios.git] / vgasrc / vgafb.c
2009-05-26 Kevin O'ConnorVGA: Remove vmode_g->class - store info in vmode_g...
2009-05-25 Kevin O'ConnorVGA: Use struct for car/attr/WITH_ATTR.
2009-05-25 Kevin O'ConnorVGA: Combine x/y/page into one parameter.
2009-05-25 Kevin O'ConnorVGA: Replace biosfn_load_text_* with vgafb_load_font().
2009-05-25 Kevin O'ConnorVGA: Factor out hardware accesses from biosfn_set_video...
2009-05-17 Kevin O'ConnorVGA: Extract code from vga.c into new files vgaio.c...