Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-05 | vgautil: Move generic definitions from stdvga.h to vgautil.h | Kevin O'Connor | 1 | -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-28 | Remove ioport.h; disperse its contents to other header files. | Kevin O'Connor | 1 | -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-01 | vgabios: Move stdvga_set_mode() to stdvgamodes.c. | Kevin O'Connor | 1 | -0/+1 | |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | |||||
2012-01-16 | vgabios: Add wrapper functions for accessing standard VGA registers. | Kevin O'Connor | 1 | -0/+184 | |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |