1ATA_BUS_PROBE(9) libata Core Internals ATA_BUS_PROBE(9)
23
4
NAME
6ata_bus_probe - Reset and probe ATA bus
7
SYNOPSIS
9int ata_bus_probe(struct ata_port * ap);
10
ARGUMENTS
12ap
13Bus to probe
14
DESCRIPTION
16Master ATA bus probing function. Initiates a hardware-dependent bus
17reset, then attempts to identify any devices found on the bus.
18
LOCKING
20PCI/etc. bus probe sem.
21
RETURNS
23Zero on success, negative errno otherwise.
24
AUTHOR
26Jeff Garzik
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 ATA_BUS_PROBE(9)