Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
[seabios.git] / src / block.c
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-11-25 Kevin O'ConnorAdd floppy and cdrom drives in sorted order.
2009-11-10 Kevin O'ConnorFix compiler warning in setup_translation().
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-21 Kevin O'ConnorFix bug in fdpt filling - driveid is not hdid.
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-16 Kevin O'ConnorUnify floppy and harddrive command routing.
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.