Return other device on cable
struct ata_device * ata_dev_pair(struct ata_device * adev);
adev
device
Obtain the other device on the same cable, or if none is present NULL is returned
Jeff Garzik
Author.