1. 0e7fb5f always specify virtio-blk rather than virtio by Paolo Bonzini · 13 years ago
  2. 1e749c8 usb-msc: move cdb dispatch to block.c by Paolo Bonzini · 13 years ago
  3. d7a7cf3 ahci/cdrom: shared bounce buffer by Gerd Hoffmann · 13 years ago
  4. a0842f8 Remove Drives global struct in favor of independent global variables. by Kevin O'Connor · 14 years ago
  5. 697e63c Call setup_translation() from map_hd_drive(). by Kevin O'Connor · 14 years ago
  6. 3c5e0e1 Rename add_ordered_drive() to add_drive() and use in map_hd_drive(). by Kevin O'Connor · 14 years ago
  7. 72eee3e Simplify boot ordering by building an inclusive boot list. by Kevin O'Connor · 14 years ago
  8. 4c90a20 Create separate IPL entry for each CD/DVD by Gleb Natapov · 14 years ago
  9. d52fdf6 add ahci support by Gerd Hoffmann · 14 years ago
  10. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 14 years ago
  11. 89acfa3 Support for booting from virtio disks by Gleb Natapov · 14 years ago
  12. bca0736 Force use of indirect function calls in inline assembler. by Kevin O'Connor · 14 years ago
  13. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 14 years ago
  14. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  15. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago
  16. d2d1de0 Don't require a valid physical cylinders/heads/spt for logical mapping. by Kevin O'Connor · 14 years ago
  17. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  18. cfdc13f Introduce standard warnings for allocation failures and timeouts. by Kevin O'Connor · 14 years ago
  19. 085debd Set FDPT in irq table even for small drives. by Kevin O'Connor · 15 years ago
  20. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  21. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  22. d254dc2 Add floppy and cdrom drives in sorted order. by Kevin O'Connor · 15 years ago
  23. 6f6a74d Fix compiler warning in setup_translation(). by Kevin O'Connor · 15 years ago
  24. c604f2f Improve debugging output from threads. by Kevin O'Connor · 15 years ago
  25. 10ad799 Replace irq_enable() regions with explicit calls to check for irqs. by Kevin O'Connor · 15 years ago
  26. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 15 years ago
  27. 34ec7b0 Fix bug in fdpt filling - driveid is not hdid. by Kevin O'Connor · 15 years ago
  28. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 15 years ago
  29. 51fd0a1 Add mechanism for describing internal drives in boot menu. by Kevin O'Connor · 15 years ago
  30. 9f98542 Replace common segment/offset pairs with struct segoff_s. by Kevin O'Connor · 15 years ago
  31. 372e071 Rename VAR16_32 to VAR16VISIBLE. by Kevin O'Connor · 15 years ago
  32. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  33. af5aabb Unify floppy and harddrive command routing. by Kevin O'Connor · 15 years ago
  34. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 15 years ago
  35. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 15 years ago