Name
ata_port_disable —
Disable port.
Synopsis
void ata_port_disable (
struct ata_port * ap)
;
Description
Modify ap
data structure such that the system
thinks that the entire port is disabled, and should
never attempt to probe or communicate with devices
on this port.
LOCKING
host_set lock, or some other form of
serialization.