1. NAME

ata_std_postreset - standard postreset callback

2. SYNOPSIS

void ata_std_postreset(struct ata_link *  link , unsigned int *  classes );

3. ARGUMENTS

link
    the target ata_link

classes
    classes of attached devices

4. DESCRIPTION

This function is invoked after a successful reset. Note that the device might have been reset more than once using different reset methods before postreset is invoked.

5. LOCKING

Kernel thread context (may sleep)

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT