1. 0082374 cdrom: use TEST UNIT READY to detect ready medium by Paolo Bonzini · 12 years ago
  2. d7a7cf3 ahci/cdrom: shared bounce buffer by Gerd Hoffmann · 12 years ago
  3. a0842f8 Remove Drives global struct in favor of independent global variables. by Kevin O'Connor · 12 years ago
  4. 4c90a20 Create separate IPL entry for each CD/DVD by Gleb Natapov · 12 years ago
  5. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 13 years ago
  6. d5d02b6 Allocate cdemu buffer in low mem instead of ebda. by Kevin O'Connor · 13 years ago
  7. 144817b Rename check_time() to check_tsc(). by Kevin O'Connor · 13 years ago
  8. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 13 years ago
  9. 76977b2 Move common "command data block" functions to new file blockcmd.c. by Kevin O'Connor · 13 years ago
  10. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 13 years ago
  11. 7d70025 Add common "block command" definitions and update cdrom code. by Kevin O'Connor · 13 years ago
  12. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 13 years ago
  13. 89eb624 Handle tsc rollover. by Kevin O'Connor · 14 years ago
  14. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 14 years ago
  15. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 14 years ago
  16. 51cfbe7 Merge cdrom 13xx handlers with main disk 13xx handlers. by Kevin O'Connor · 14 years ago
  17. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 14 years ago
  18. 669e644 Store cdrom emulated driveid directly. by Kevin O'Connor · 14 years ago
  19. 707298a Use variable name "driveid" consistently (instead of "device"). by Kevin O'Connor · 14 years ago
  20. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 14 years ago
  21. 4233766 Misc ATA cleanups. by Kevin O'Connor · 14 years ago
  22. 3f6c278 Route disk_op commands by drive type - not by command. by Kevin O'Connor · 14 years ago
  23. b68ac71 Implement cdrom disk emulation at high-level instead of in low-level ATA. by Kevin O'Connor · 14 years ago
  24. 1625a75 Separate cdemu disk accesses from regular disk accesses. by Kevin O'Connor · 14 years ago
  25. a4d70aa Use regular CD reading to load initial CDROM boot image. by Kevin O'Connor · 14 years ago
  26. 38d1a34 Replace memeq/streq functions with memcmp/strcmp. by Kevin O'Connor · 14 years ago
  27. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 14 years ago
  28. 7da1dcd Enhance boot menu to allow user to select which CD drive to boot from. by Kevin O'Connor · 14 years ago
  29. a0c6879 Enhance cdrom capacity/media sensing timers. by Kevin O'Connor · 14 years ago
  30. 95827c4 Introduce MBR struct; simplify cdrom emulation code. by Kevin O'Connor · 14 years ago
  31. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 14 years ago
  32. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 14 years ago
  33. 4524bf7 Use new 'struct disk_op_s' to issue ata requests. by Kevin O'Connor · 14 years ago
  34. 4a16ef6 Return CDEMU parameters to ebda segment (instead of using globals). by Kevin O'Connor · 14 years ago
  35. 0881537 Introduce GET/SET_EBDA2() macros - they take a cached ebda seg. by Kevin O'Connor · 14 years ago
  36. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 14 years ago
  37. 609da23 Move most of ATA and CDEMU from ebda to global variables. by Kevin O'Connor · 14 years ago
  38. 15157a3 Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...) by Kevin O'Connor · 14 years ago
  39. 37ef9ae Make sure to exit from cdrom_boot() if a cdrom is not found. by Kevin O'Connor · 15 years ago
  40. 65e6342 Misc fixes and updates. by Kevin O'Connor · 15 years ago
  41. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  42. a05223c Improve some debugging output. by Kevin O'Connor · 15 years ago
  43. ac8df8c Improve control of debug messages. by Kevin O'Connor · 15 years ago
  44. ee55c76 Reduce ide stack usage by reorganizing ata calls. by Kevin O'Connor · 15 years ago
  45. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 15 years ago
  46. aa7ddd7 Limit cdrom emulation available functions. by Kevin O'Connor · 15 years ago
  47. aa2590c Cleanup cdrom emulation. by Kevin O'Connor · 15 years ago
  48. 070231b Use "FARPTR" consistently in macros. by Kevin O'Connor · 15 years ago
  49. dfa1650 Breakout cdrom emulation support into CONFIG_CDROM_EMU. by Kevin O'Connor · 15 years ago
  50. efde609 Use 32bit absolute pointers for buffers in ATA code. by Kevin O'Connor · 15 years ago
  51. a69bc3a Fix bug in atapi_get_sense. by Kevin O'Connor · 15 years ago
  52. f205f9f Minor debugging improvements. by Kevin O'Connor · 15 years ago
  53. 6c78122 Replace debug_exit calls with debug info while setting a failure. by Kevin O'Connor · 15 years ago
  54. 180a959 Get CDROM emulation working. by Kevin O'Connor · 15 years ago
  55. 31d8c8a Move cdrom code to its own file (cdrom.c). by Kevin O'Connor · 15 years ago