grml...
[seabios.git] / src / disk.h
2011-11-18 Paolo Bonzinialways specify virtio-blk rather than virtio
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2011-01-16 Gleb Natapovsupport T13 EDD3.0 spec
2010-12-30 Kevin O'ConnorRemove drive->desc field.
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-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-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-18 Kevin O'ConnorMinor - arrange struct drive_s to clarify field roles.
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
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-08-19 Kevin O'ConnorMerge cdrom 13xx handlers with main disk 13xx handlers.
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'ConnorUnify some floppy and disk functions.
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorUse variable name "driveid" consistently (instead of...
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-12 Kevin O'ConnorMinor - remove ATA specific version field from ATA...
2009-08-12 Kevin O'ConnorDensely populate ATA.devices list.
2009-08-10 Kevin O'ConnorMisc ATA cleanups.
2009-08-09 Kevin O'ConnorRoute disk_op commands by drive type - not by command.
2009-08-09 Kevin O'ConnorRemove unused cdemu ATA code.
2009-08-09 Kevin O'ConnorSeparate cdemu disk accesses from regular disk accesses.
2009-02-28 Kevin O'ConnorDon't 'autodetect' ATA PIO32 mode - use compile def...
2009-02-16 Kevin O'ConnorEnhance boot menu to allow user to select which CD...
2009-02-12 Kevin O'ConnorAdd common ata identify sequence; improve debugging.
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-07 Kevin O'ConnorIntroduce MBR struct; simplify cdrom emulation code.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-08-31 Kevin O'ConnorUse PCI bus scan to find all ATA controllers. Several...
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-05 Kevin O'ConnorMake several functions non-inline.
2008-03-23 Kevin O'ConnorCleanup cdrom emulation.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).
2008-03-05 Kevin O'ConnorInitial cd emulation code.
2008-03-04 Kevin O'ConnorInitial cdrom support.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorAdd additional int15 handlers for disk drives.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.