int ata_scsi_queuecmd (Scsi_Cmnd * cmd, void (*done) Scsi_Cmnd *);
In some cases, this function translates SCSI commands into ATA taskfiles, and queues the taskfiles to be sent to hardware. In other cases, this function simulates a SCSI device by evaluating and responding to certain SCSI commands. This creates the overall effect of ATA and ATAPI devices appearing as SCSI devices.
Releases scsi-layer-held lock, and obtains host_set lock.
This documentation was generated with kernel version 2.6.0.