grml...
[seabios.git] / src / cdrom.c
2011-11-18 Paolo Bonziniusb-msc: go through TEST UNIT READY for hard disks.
2011-11-18 Paolo Bonzinicdrom: use TEST UNIT READY to detect ready medium
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2010-12-29 Kevin O'ConnorRemove Drives global struct in favor of independent...
2010-12-12 Gleb NatapovCreate separate IPL entry for each CD/DVD
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-06-06 Kevin O'ConnorAllocate cdemu buffer in low mem instead of ebda.
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-02-28 Kevin O'ConnorDynamically allocate ata_channel info; introduce custom...
2010-02-17 Kevin O'ConnorMove common "command data block" functions to new file...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-02-16 Kevin O'ConnorAdd common "block command" definitions and update cdrom...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-08-19 Kevin O'ConnorMerge cdrom 13xx handlers with main disk 13xx handlers.
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorStore cdrom emulated driveid directly.
2009-08-12 Kevin O'ConnorUse variable name "driveid" consistently (instead of...
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-10 Kevin O'ConnorMisc ATA cleanups.
2009-08-09 Kevin O'ConnorRoute disk_op commands by drive type - not by command.
2009-08-09 Kevin O'ConnorImplement cdrom disk emulation at high-level instead...
2009-08-09 Kevin O'ConnorSeparate cdemu disk accesses from regular disk accesses.
2009-08-09 Kevin O'ConnorUse regular CD reading to load initial CDROM boot image.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-02-16 Kevin O'ConnorEnhance boot menu to allow user to select which CD...
2009-02-13 Kevin O'ConnorEnhance cdrom capacity/media sensing timers.
2009-02-07 Kevin O'ConnorIntroduce MBR struct; simplify cdrom emulation code.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
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).