aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to exit from cdrom_boot() if a cdrom is not found.Kevin O'Connor2008-11-091-0/+3
* Misc fixes and updates.Kevin O'Connor2008-07-191-5/+1
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+2
* Improve some debugging output.Kevin O'Connor2008-06-281-16/+13
* Improve control of debug messages.Kevin O'Connor2008-05-241-1/+1
* Reduce ide stack usage by reorganizing ata calls.Kevin O'Connor2008-05-131-1/+1
* Compile fixes for gcc 4.3.Kevin O'Connor2008-04-131-1/+1
* Limit cdrom emulation available functions.Kevin O'Connor2008-03-221-2/+17
* Cleanup cdrom emulation.Kevin O'Connor2008-03-221-23/+20
* Use "FARPTR" consistently in macros.Kevin O'Connor2008-03-221-5/+5
* Breakout cdrom emulation support into CONFIG_CDROM_EMU.Kevin O'Connor2008-03-221-25/+34
* Use 32bit absolute pointers for buffers in ATA code.Kevin O'Connor2008-03-121-5/+9
* Fix bug in atapi_get_sense.Kevin O'Connor2008-03-111-2/+2
* Minor debugging improvements.Kevin O'Connor2008-03-091-3/+4
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-1/+1
* Get CDROM emulation working.Kevin O'Connor2008-03-041-0/+258
* Move cdrom code to its own file (cdrom.c).Kevin O'Connor2008-03-041-0/+279