1. NAME

ata_scsi_start_stop_xlat - Translate SCSI START STOP UNIT command

2. SYNOPSIS

unsigned int ata_scsi_start_stop_xlat(struct ata_queued_cmd *  qc );

3. ARGUMENTS

qc
    Storage for translated ATA taskfile

4. DESCRIPTION

Sets up an ATA taskfile to issue STANDBY (to stop) or READ VERIFY (to start). Perhaps these commands should be preceded by CHECK POWER MODE to see what power mode the device is already in. [See SAT revision 5 at www.t10.org]

5. LOCKING

spin_lock_irqsave(host lock)

6. RETURNS

Zero on success, non-zero on error.

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT