grml...
[seabios.git] / src / block.c
2011-11-18 Paolo Bonzinialways specify virtio-blk rather than virtio
2011-11-18 Paolo Bonziniusb-msc: move cdb dispatch to block.c
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2010-12-29 Kevin O'ConnorRemove Drives global struct in favor of independent...
2010-12-28 Kevin O'ConnorCall setup_translation() from map_hd_drive().
2010-12-28 Kevin O'ConnorRename add_ordered_drive() to add_drive() and use in...
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-12 Gleb NatapovCreate separate IPL entry for each CD/DVD
2010-12-05 Gerd Hoffmannadd ahci support
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-05-11 Gleb NatapovSupport for booting from virtio disks
2010-03-21 Kevin O'ConnorForce use of indirect function calls in inline assembler.
2010-02-28 Kevin O'ConnorDynamically allocate ata_channel info; introduce custom...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-17 Kevin O'ConnorDon't require a valid physical cylinders/heads/spt...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-04 Kevin O'ConnorSet FDPT in irq table even for small drives.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
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.