grml...
[seabios.git] / src / ata.h
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_ata_de...
2010-12-05 Gerd Hoffmannata: make helpers available
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-16 Kevin O'ConnorAdd common "block command" definitions and update cdrom...
2010-02-16 Kevin O'ConnorMinor - sort ATA CMD definitions.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorAdd initial support for ATA DMA.
2009-12-13 Kevin O'ConnorATA 48bit LBA should only be activated on read/write...
2009-12-05 Kevin O'ConnorFix ATA iobase2 access on PCI native mode interfaces.
2009-12-05 Kevin O'ConnorSupport ISA ATA devices for qemu's "-M isapc" mode.
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-04-13 Kevin O'ConnorMove hard drive init from post.c to ata.c.
2008-03-29 Kevin O'ConnorRefactor ata code.
2008-03-23 Kevin O'ConnorMove internal defs from ata.h to ata.c.
2008-03-23 Kevin O'ConnorCleanup cdrom emulation.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-13 Kevin O'ConnorUse LBA disk access methods always; don't use CHS methods.
2008-03-13 Kevin O'ConnorUse 32bit absolute pointers for buffers in ATA code.
2008-03-11 Kevin O'ConnorReorganize ata code; reduce stack usage.
2008-03-11 Kevin O'ConnorUnify ata_cmd_data_in/out functions.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-04 Kevin O'ConnorDon't pass segment to ata_cmd_packet.
2008-03-04 Kevin O'Connortypes.h & ata.h
2008-03-01 Kevin O'ConnorAdd copyrights to ata.c/h files.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.