|
@@ -186,7 +186,10 @@ static struct ata_port_operations legacy_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = ata_qc_issue_prot,
|
|
@@ -298,7 +301,10 @@ static struct ata_port_operations pdc20230_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = ata_qc_issue_prot,
|
|
@@ -350,7 +356,10 @@ static struct ata_port_operations ht6560a_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = ata_qc_issue_prot,
|
|
@@ -413,7 +422,10 @@ static struct ata_port_operations ht6560b_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = ata_qc_issue_prot,
|
|
@@ -531,7 +543,10 @@ static struct ata_port_operations opti82c611a_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = ata_qc_issue_prot,
|
|
@@ -661,7 +676,10 @@ static struct ata_port_operations opti82c46x_port_ops = {
|
|
|
.exec_command = ata_exec_command,
|
|
|
.dev_select = ata_std_dev_select,
|
|
|
|
|
|
+ .freeze = ata_bmdma_freeze,
|
|
|
+ .thaw = ata_bmdma_thaw,
|
|
|
.error_handler = ata_bmdma_error_handler,
|
|
|
+ .post_internal_cmd = ata_bmdma_post_internal_cmd,
|
|
|
|
|
|
.qc_prep = ata_qc_prep,
|
|
|
.qc_issue = opti82c46x_qc_issue_prot,
|