1. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 15 years ago
  2. cfdc13f Introduce standard warnings for allocation failures and timeouts. by Kevin O'Connor · 15 years ago
  3. 085debd Set FDPT in irq table even for small drives. by Kevin O'Connor · 15 years ago
  4. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  5. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  6. d254dc2 Add floppy and cdrom drives in sorted order. by Kevin O'Connor · 15 years ago
  7. 6f6a74d Fix compiler warning in setup_translation(). by Kevin O'Connor · 15 years ago
  8. c604f2f Improve debugging output from threads. by Kevin O'Connor · 15 years ago
  9. 10ad799 Replace irq_enable() regions with explicit calls to check for irqs. by Kevin O'Connor · 15 years ago
  10. 77d227b Pass 'drive_s' pointer instead of driveid. by Kevin O'Connor · 15 years ago
  11. 34ec7b0 Fix bug in fdpt filling - driveid is not hdid. by Kevin O'Connor · 15 years ago
  12. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 15 years ago
  13. 51fd0a1 Add mechanism for describing internal drives in boot menu. by Kevin O'Connor · 15 years ago
  14. 9f98542 Replace common segment/offset pairs with struct segoff_s. by Kevin O'Connor · 15 years ago
  15. 372e071 Rename VAR16_32 to VAR16VISIBLE. by Kevin O'Connor · 15 years ago
  16. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  17. af5aabb Unify floppy and harddrive command routing. by Kevin O'Connor · 15 years ago
  18. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 15 years ago
  19. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 15 years ago