1. 0e7fb5f always specify virtio-blk rather than virtio by Paolo Bonzini · 12 years ago
  2. d7a7cf3 ahci/cdrom: shared bounce buffer by Gerd Hoffmann · 12 years ago
  3. f5154e2 support T13 EDD3.0 spec by Gleb Natapov · 12 years ago
  4. ca2bc1c Remove drive->desc field. by Kevin O'Connor · 12 years ago
  5. a0842f8 Remove Drives global struct in favor of independent global variables. by Kevin O'Connor · 12 years ago
  6. 697e63c Call setup_translation() from map_hd_drive(). by Kevin O'Connor · 12 years ago
  7. 4c90a20 Create separate IPL entry for each CD/DVD by Gleb Natapov · 12 years ago
  8. d52fdf6 add ahci support by Gerd Hoffmann · 13 years ago
  9. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 13 years ago
  10. 89acfa3 Support for booting from virtio disks by Gleb Natapov · 13 years ago
  11. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 13 years ago
  12. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 13 years ago
  13. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 13 years ago
  14. a4bd919 Minor - arrange struct drive_s to clarify field roles. by Kevin O'Connor · 13 years ago
  15. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 13 years ago
  16. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 13 years ago
  17. dfefeb5 Distinguish between debug reports for unimplemented vs invalid calls. by Kevin O'Connor · 13 years ago
  18. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 14 years ago
  19. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 14 years ago
  20. 51fd0a1 Add mechanism for describing internal drives in boot menu. by Kevin O'Connor · 14 years ago
  21. 9f98542 Replace common segment/offset pairs with struct segoff_s. by Kevin O'Connor · 14 years ago
  22. 51cfbe7 Merge cdrom 13xx handlers with main disk 13xx handlers. by Kevin O'Connor · 14 years ago
  23. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 14 years ago
  24. af5aabb Unify floppy and harddrive command routing. by Kevin O'Connor · 14 years ago
  25. 48410fd Unify some floppy and disk functions. by Kevin O'Connor · 14 years ago
  26. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 14 years ago
  27. 707298a Use variable name "driveid" consistently (instead of "device"). by Kevin O'Connor · 14 years ago
  28. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 14 years ago
  29. f2d48a3 Minor - remove ATA specific version field from ATA.devices[]. by Kevin O'Connor · 14 years ago
  30. b114436 Densely populate ATA.devices list. by Kevin O'Connor · 14 years ago
  31. 4233766 Misc ATA cleanups. by Kevin O'Connor · 14 years ago
  32. 3f6c278 Route disk_op commands by drive type - not by command. by Kevin O'Connor · 14 years ago
  33. 9ae1e9b Remove unused cdemu ATA code. by Kevin O'Connor · 14 years ago
  34. 1625a75 Separate cdemu disk accesses from regular disk accesses. by Kevin O'Connor · 14 years ago
  35. 32945af Don't 'autodetect' ATA PIO32 mode - use compile def instead. by Kevin O'Connor · 14 years ago
  36. 7da1dcd Enhance boot menu to allow user to select which CD drive to boot from. by Kevin O'Connor · 14 years ago
  37. 160f71c Add common ata identify sequence; improve debugging. by Kevin O'Connor · 14 years ago
  38. 0a92412 Add support for selecting harddrive order in boot menu. by Kevin O'Connor · 14 years ago
  39. 95827c4 Introduce MBR struct; simplify cdrom emulation code. by Kevin O'Connor · 14 years ago
  40. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 14 years ago
  41. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 14 years ago
  42. 0560034 Improve set_code_fail/floppy_ret/disk_ret code generation. by Kevin O'Connor · 14 years ago
  43. 4524bf7 Use new 'struct disk_op_s' to issue ata requests. by Kevin O'Connor · 14 years ago
  44. 4a16ef6 Return CDEMU parameters to ebda segment (instead of using globals). by Kevin O'Connor · 14 years ago
  45. 609da23 Move most of ATA and CDEMU from ebda to global variables. by Kevin O'Connor · 14 years ago
  46. 53236cc Use PCI bus scan to find all ATA controllers. Several IDE fixes. by Kevin O'Connor · 15 years ago
  47. a68aeaf Improve debugging output. by Kevin O'Connor · 15 years ago
  48. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  49. a05223c Improve some debugging output. by Kevin O'Connor · 15 years ago
  50. 1bb3b5c Add full support for drives with more that 2<<32 sectors. by Kevin O'Connor · 15 years ago
  51. 3bbcc14 Move floppy setup code from post.c to floppy.c. by Kevin O'Connor · 15 years ago
  52. 567e4e3 Make several functions non-inline. by Kevin O'Connor · 15 years ago
  53. aa2590c Cleanup cdrom emulation. by Kevin O'Connor · 15 years ago
  54. ed12849 Reduce stack usage for ISRs; minor fixes. by Kevin O'Connor · 15 years ago
  55. 180a959 Get CDROM emulation working. by Kevin O'Connor · 15 years ago
  56. 31d8c8a Move cdrom code to its own file (cdrom.c). by Kevin O'Connor · 15 years ago
  57. 941d3e4 Initial cd emulation code. by Kevin O'Connor · 15 years ago
  58. b74102d Initial cdrom support. by Kevin O'Connor · 15 years ago
  59. 44c631d Enhance included bios tables. by Kevin O'Connor · 15 years ago
  60. e43df9e Add additional int15 handlers for disk drives. by Kevin O'Connor · 15 years ago
  61. 15aee2e Make disk access work. by Kevin O'Connor · 15 years ago
  62. 3491e8b Initial support for ATA disks. by Kevin O'Connor · 15 years ago
  63. 786502d Some cleanups based on patch by Nguyen Anh Quynh by Kevin O'Connor · 15 years ago
  64. 4b60c00 Version 0.1.1 by Kevin O'Connor · 15 years ago rel-0.1.1
  65. f076a3e Initial checkin. by Kevin O'Connor · 15 years ago rel-0.1.0