vgabios: Use vesa style memory model flags in stdvga code.
[seabios.git] / src / ioport.h
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2009-12-05 Kevin O'ConnorFix ATA iobase2 access on PCI native mode interfaces.
2009-12-05 Kevin O'ConnorSupport ISA ATA devices for qemu's "-M isapc" mode.
2009-10-24 Kevin O'ConnorEnable ins/outs functions to use 32bit addresses.
2009-07-14 Kevin O'ConnorCleanup serial and lpt timers.
2009-05-13 Kevin O'ConnorImprove serial port detection.
2009-03-07 Kevin O'ConnorRegister int02 handler (nmi); disable NMI by default.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
2008-11-16 Kevin O'ConnorCleanup a20 code.
2008-10-25 Kevin O'ConnorAdd new QEMU code to access UUID.
2008-08-17 Kevin O'ConnorMisc minor improvements.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-05-06 Kevin O'ConnorMinor cleanups.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.