summaryrefslogtreecommitdiff
path: root/src/vgahooks.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470Jonathan A. Kollasch2013-10-261-1/+65
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-3/+3
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-3/+3
* Xen: Use VGA Hooks to make VGA passthrough work on certain devicesJulian Pidancet2012-02-051-1/+21
* Convert pci_find_device/class to use 'struct pci_device'.Kevin O'Connor2011-07-021-14/+16
* Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor2011-07-021-150/+100
* Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor2010-09-251-3/+2
* SeaBIOS VGA hooksStefan Reinauer2010-06-101-10/+134
* Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor2010-01-031-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-4/+4
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-2/+2
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-36/+97
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor2008-12-291-1/+1
* Enhance via vga hooks (based on patch from Rudolf Marek)Kevin O'Connor2008-12-261-2/+69
* Add stubs for VIA vga bios callbacks to system bios.Kevin O'Connor2008-08-171-0/+65