1. NAME

sata_std_hardreset - COMRESET w/o waiting or classification

2. SYNOPSIS

int sata_std_hardreset(struct ata_link *  link , unsigned int *  class , unsigned long  deadline );

3. ARGUMENTS

link
    link to reset

class
    resulting class of attached device

deadline
    deadline jiffies for the operation

4. DESCRIPTION

Standard SATA COMRESET w/o waiting or classification.

5. LOCKING

Kernel thread context (may sleep)

6. RETURNS

0 if link offline, -EAGAIN if link online, -errno on errors.

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT