aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgafb.c
Commit message (Expand)AuthorAgeFilesLines
* VGA: Move direct in/out calls out of vgafb.c.Kevin O'Connor2009-05-311-27/+21
* VGA: Comment and name update.Kevin O'Connor2009-05-311-28/+27
* VGA: Further simplify scrolling code.Kevin O'Connor2009-05-311-163/+84
* VGA: Simplify scrolling implementation.Kevin O'Connor2009-05-311-48/+9
* VGA: Fix bad commit to vgafb.c - missing '}'.Kevin O'Connor2009-05-311-0/+1
* VGA: Define clear_screen in terms of memmodel.Kevin O'Connor2009-05-311-10/+12
* VGA: Breakup biosfn_scroll.Kevin O'Connor2009-05-311-145/+187
* VGA: Simplify vgafb_write/read_char.Kevin O'Connor2009-05-261-62/+71
* VGA: Remove vmode_g->class - store info in vmode_g->memmodel.Kevin O'Connor2009-05-251-7/+6
* VGA: Use struct for car/attr/WITH_ATTR.Kevin O'Connor2009-05-251-80/+43
* VGA: Combine x/y/page into one parameter.Kevin O'Connor2009-05-251-32/+25
* VGA: Replace biosfn_load_text_* with vgafb_load_font().Kevin O'Connor2009-05-251-49/+17
* VGA: Factor out hardware accesses from biosfn_set_video_mode.Kevin O'Connor2009-05-251-0/+18
* VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.Kevin O'Connor2009-05-171-0/+642