Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89252
b: refs/heads/master
c: b0316b1
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 17, 2008
1 parent 6993d6f commit 2dbd51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed82f96425e744dffe62115e46f08eb785c0b2f3
refs/heads/master: b0316b15ace0570c87b74c81f1296cf7bf8d459e
14 changes: 2 additions & 12 deletions trunk/drivers/ata/pdc_adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,25 +147,15 @@ static struct scsi_host_template adma_ata_sht = {
};

static struct ata_port_operations adma_ata_ops = {
.inherits = &ata_base_port_ops,

.dev_select = ata_std_dev_select,
.tf_load = ata_tf_load,
.tf_read = ata_tf_read,
.check_status = ata_check_status,
.exec_command = ata_exec_command,
.data_xfer = ata_data_xfer,
.inherits = &ata_sff_port_ops,

.check_atapi_dma = adma_check_atapi_dma,
.qc_prep = adma_qc_prep,
.qc_issue = adma_qc_issue,
.irq_on = ata_irq_on,

.freeze = adma_freeze,
.thaw = adma_thaw,
.prereset = adma_prereset,
.softreset = ata_std_softreset,
.error_handler = ata_bmdma_error_handler,
.post_internal_cmd = ata_bmdma_post_internal_cmd,

.port_start = adma_port_start,
.port_stop = adma_port_stop,
Expand Down

0 comments on commit 2dbd51c

Please sign in to comment.