1. NAME

ata_scsi_simulate - simulate SCSI command on ATA device

2. SYNOPSIS

void ata_scsi_simulate(struct ata_device *  dev , struct scsi_cmnd *  cmd );

3. ARGUMENTS

dev
    the target device

cmd
    SCSI command being sent to device.

4. DESCRIPTION

Interprets and directly executes a select list of SCSI commands that can be handled internally.

5. LOCKING

spin_lock_irqsave(host lock)

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT