mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[libata] sata_mv: support ->cable_detect
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
a76b62ca70
commit
cffacd85bc
@ -402,6 +402,7 @@ static const struct ata_port_operations mv5_ops = {
|
||||
.dev_select = ata_std_dev_select,
|
||||
|
||||
.phy_reset = mv_phy_reset,
|
||||
.cable_detect = ata_cable_sata,
|
||||
|
||||
.qc_prep = mv_qc_prep,
|
||||
.qc_issue = mv_qc_issue,
|
||||
@ -431,6 +432,7 @@ static const struct ata_port_operations mv6_ops = {
|
||||
.dev_select = ata_std_dev_select,
|
||||
|
||||
.phy_reset = mv_phy_reset,
|
||||
.cable_detect = ata_cable_sata,
|
||||
|
||||
.qc_prep = mv_qc_prep,
|
||||
.qc_issue = mv_qc_issue,
|
||||
@ -460,6 +462,7 @@ static const struct ata_port_operations mv_iie_ops = {
|
||||
.dev_select = ata_std_dev_select,
|
||||
|
||||
.phy_reset = mv_phy_reset,
|
||||
.cable_detect = ata_cable_sata,
|
||||
|
||||
.qc_prep = mv_qc_prep_iie,
|
||||
.qc_issue = mv_qc_issue,
|
||||
@ -1972,7 +1975,6 @@ comreset_retry:
|
||||
ata_port_disable(ap);
|
||||
return;
|
||||
}
|
||||
ap->cbl = ATA_CBL_SATA;
|
||||
|
||||
/* even after SStatus reflects that device is ready,
|
||||
* it seems to take a while for link to be fully
|
||||
|
Loading…
Reference in New Issue
Block a user