commit | 4524bf778adc70d7af0f74982110454f5d447b70 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 00:31:03 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 00:31:03 2008 -0500 |
tree | 8570fb3839a968102898272e1dac3da89f1fa9bf | |
parent | 4a16ef64acb83df452576560ba327a8b09213280 [diff] |
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