Change license from GPLv3 to LGPLv3.
[seabios.git] / src / disk.h
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.