Is sata spd configuration needed
int sata_set_spd_needed(struct ata_link * link);
link
Link in question
Test whether the spd limit in SControl matches link->sata_spd_limit. This function is used to determine whether hardreset is necessary to apply SATA spd configuration.
Inherited from caller.
1 if SATA spd configuration is needed, 0 otherwise.
Jeff Garzik
Author.