.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "ATA_SCSI_SIMULATE" "9" "09 October 2005" "" "" .SH NAME ata_scsi_simulate \- simulate SCSI command on ATA device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ata_scsi_simulate (u16 * \fIid\fB, struct scsi_cmnd * \fIcmd\fB, void (*\fIdone\fB) struct scsi_cmnd *); \fR .SH "ARGUMENTS" .TP \fB\fIid\fB\fR current IDENTIFY data for target device. .TP \fB\fIcmd\fB\fR SCSI command being sent to device. .TP \fB\fIdone\fB\fR SCSI command completion function. .SH "DESCRIPTION" .PP Interprets and directly executes a select list of SCSI commands that can be handled internally. .SH "LOCKING" .PP spin_lock_irqsave(host_set lock)