Name
ata_std_softreset —
reset host port via ATA SRST
Synopsis
int ata_std_softreset ( | struct ata_port * ap, |
| unsigned int * classes) ; |
Arguments
ap
port to reset
classes
resulting classes of attached devices
Description
Reset host port using ATA SRST.
LOCKING
Kernel thread context (may sleep)
RETURNS
0 on success, -errno otherwise.