|
@@ -379,11 +379,11 @@ static const struct ide_port_ops cmd64x_port_ops = {
|
|
static const struct ide_dma_ops cmd64x_dma_ops = {
|
|
static const struct ide_dma_ops cmd64x_dma_ops = {
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_setup = ide_dma_setup,
|
|
.dma_setup = ide_dma_setup,
|
|
- .dma_exec_cmd = ide_dma_exec_cmd,
|
|
|
|
.dma_start = ide_dma_start,
|
|
.dma_start = ide_dma_start,
|
|
.dma_end = cmd64x_dma_end,
|
|
.dma_end = cmd64x_dma_end,
|
|
.dma_test_irq = cmd64x_dma_test_irq,
|
|
.dma_test_irq = cmd64x_dma_test_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
|
|
+ .dma_timer_expiry = ide_dma_sff_timer_expiry,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
};
|
|
};
|
|
@@ -391,11 +391,11 @@ static const struct ide_dma_ops cmd64x_dma_ops = {
|
|
static const struct ide_dma_ops cmd646_rev1_dma_ops = {
|
|
static const struct ide_dma_ops cmd646_rev1_dma_ops = {
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_setup = ide_dma_setup,
|
|
.dma_setup = ide_dma_setup,
|
|
- .dma_exec_cmd = ide_dma_exec_cmd,
|
|
|
|
.dma_start = ide_dma_start,
|
|
.dma_start = ide_dma_start,
|
|
.dma_end = cmd646_1_dma_end,
|
|
.dma_end = cmd646_1_dma_end,
|
|
.dma_test_irq = ide_dma_test_irq,
|
|
.dma_test_irq = ide_dma_test_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
|
|
+ .dma_timer_expiry = ide_dma_sff_timer_expiry,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
};
|
|
};
|
|
@@ -403,11 +403,11 @@ static const struct ide_dma_ops cmd646_rev1_dma_ops = {
|
|
static const struct ide_dma_ops cmd648_dma_ops = {
|
|
static const struct ide_dma_ops cmd648_dma_ops = {
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_host_set = ide_dma_host_set,
|
|
.dma_setup = ide_dma_setup,
|
|
.dma_setup = ide_dma_setup,
|
|
- .dma_exec_cmd = ide_dma_exec_cmd,
|
|
|
|
.dma_start = ide_dma_start,
|
|
.dma_start = ide_dma_start,
|
|
.dma_end = cmd648_dma_end,
|
|
.dma_end = cmd648_dma_end,
|
|
.dma_test_irq = cmd648_dma_test_irq,
|
|
.dma_test_irq = cmd648_dma_test_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
.dma_lost_irq = ide_dma_lost_irq,
|
|
|
|
+ .dma_timer_expiry = ide_dma_sff_timer_expiry,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_timeout = ide_dma_timeout,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
.dma_sff_read_status = ide_dma_sff_read_status,
|
|
};
|
|
};
|