Misc fixes and updates.
[seabios.git] / src / cdrom.c
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-13 Kevin O'ConnorReduce ide stack usage by reorganizing ata calls.
2008-04-13 Kevin O'ConnorCompile fixes for gcc 4.3.
2008-03-23 Kevin O'ConnorLimit cdrom emulation available functions.
2008-03-23 Kevin O'ConnorCleanup cdrom emulation.
2008-03-23 Kevin O'ConnorUse "FARPTR" consistently in macros.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-13 Kevin O'ConnorUse 32bit absolute pointers for buffers in ATA code.
2008-03-11 Kevin O'ConnorFix bug in atapi_get_sense.
2008-03-09 Kevin O'ConnorMinor debugging improvements.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).