Name
ata_std_postreset —
standard postreset callback
Synopsis
void ata_std_postreset (
struct ata_port * ap, unsigned int * classes)
;
Arguments
ap
the target ata_port
classes
classes of attached devices
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.
This function is to be used as standard callback for
ata_drive_*_reset
.
LOCKING
Kernel thread context (may sleep)