Move internal defs from ata.h to ata.c.
[seabios.git] / src / ata.h
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.