grml...
[seabios.git] / src / apm.c
2011-07-11 Kevin O'ConnorRename the apm, pcibios, and elf entry points.
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-01-03 Kevin O'ConnorReduce #ifs by weeding out some cross-chunk function...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-01 Kevin O'ConnorImplement native 32bit APM support.
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-12-11 Kevin O'ConnorMinor - use wait_irq() instead of irq_enable()/hlt...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-07 Kevin O'ConnorAPM fixes; don't save/clear/restore %esp high bits.
2008-05-26 Kevin O'ConnorSupport config option to disable APM BIOS calls.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-06 Kevin O'ConnorMinor cleanups.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-08 Kevin O'ConnorEnhance APM support.
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.