Wrap set_mode functions
int sil_set_mode(struct ata_link * link, struct ata_device ** r_failed);
link
link to set up
r_failed
returned device when we fail
Wrap the libata method for device setup as after the setup we need to inspect the results and do some configuration work
Jeff Garzik
Author.