aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvgaio.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor1-1/+2
Don't use stdvga.h for function definitions of code in stdvgamodes.c and stdvgaio.c. Move them to vgautil.h. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-2/+2
Move the inb(), insb(), etc. code from ioport.h to x86.h. Move the PORT_* definitions to their appropriate hardware files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2012-02-01vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor1-0/+1
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-0/+184
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>