Change license from GPLv3 to LGPLv3.
[seabios.git] / src / cdrom.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-11-09 Kevin O'ConnorMake sure to exit from cdrom_boot() if a cdrom is not...
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).