Age | Commit message (Expand) | Author |
2007-03-20 | Change API for struct ata_xfer allocation to move it into the device that | Christopher Pascoe |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-03-12 | ata counts sectors from 1, scsi counts from 0. adjust the value in the | David Gwynne |
2007-03-12 | parse the ata_identify to get a more correct value for the capacity of the | David Gwynne |
2007-03-12 | finish teh ata_identify struct. | David Gwynne |
2007-03-07 | Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our | Christopher Pascoe |
2007-03-06 | big changes to the completion path in ahci.c | David Gwynne |
2007-02-28 | when allocating an xfer, preinit several values according to the port its | David Gwynne |
2007-02-28 | we allocate an array of pointers, so we should bzero an array of pointers, | David Gwynne |
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne |
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne |
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne |
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne |
2007-02-19 | implement the start of the framework for scsi emulation of ata disks | David Gwynne |
2007-02-19 | as is short for atascsi, not ab | David Gwynne |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne |