Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be sure to add "void" to all function prototypes that take no args. | Kevin O'Connor | 2010-01-03 | 1 | -9/+9 |
* | VGA: Move direct in/out calls out of vgafb.c. | Kevin O'Connor | 2009-05-31 | 1 | -0/+15 |
* | VGA: Factor out hardware accesses from biosfn_set_video_mode. | Kevin O'Connor | 2009-05-25 | 1 | -20/+76 |
* | VGA: Define structs for save/restore state calls. | Kevin O'Connor | 2009-05-21 | 1 | -0/+118 |
* | VGA: Move some ioport accesses from vga.c to vgaio.c. | Kevin O'Connor | 2009-05-18 | 1 | -0/+79 |
* | VGA: Remove references to 'struct bregs' from vgaio.c code. | Kevin O'Connor | 2009-05-17 | 1 | -88/+63 |
* | VGA: Extract code from vga.c into new files vgaio.c and vgafb.c. | Kevin O'Connor | 2009-05-17 | 1 | -0/+312 |