Use new 'struct disk_op_s' to issue ata requests.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 31 Dec 2008 05:31:03 +0000 (00:31 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 31 Dec 2008 05:31:03 +0000 (00:31 -0500)
commit4524bf778adc70d7af0f74982110454f5d447b70
tree8570fb3839a968102898272e1dac3da89f1fa9bf
parent4a16ef64acb83df452576560ba327a8b09213280
Use new 'struct disk_op_s' to issue ata requests.

Using the struct at all callers reduces the parameter assignments.
Replace ata_op_s with new disk_op_s and update all users.
Unify basic/extended_access methods to use new send_disk_op() func.
Remove cdrom_read_emu -- integrate logic into callers.
Remove ata.h -- move all defs to disk.h
src/ata.c
src/ata.h [deleted file]
src/boot.c
src/cdrom.c
src/disk.c
src/disk.h
src/post.c