Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29465
b: refs/heads/master
c: 89bad58
h: refs/heads/master
i:
  29463: c9df5ad
v: v3
  • Loading branch information
Albert Lee authored and Jeff Garzik committed May 27, 2006
1 parent 641f578 commit c28bf88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 957d2df1801865eb1e63864bc63b970aa9c460ba
refs/heads/master: 89bad5892abca55f56d0ea713c7306d1f845ac8e
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ static const struct ata_port_operations piix_pata_ops = {
.port_disable = ata_port_disable,
.set_piomode = piix_set_piomode,
.set_dmamode = piix_set_dmamode,
.mode_filter = ata_pci_default_filter,

.tf_load = ata_tf_load,
.tf_read = ata_tf_read,
Expand All @@ -243,6 +244,7 @@ static const struct ata_port_operations piix_pata_ops = {
.bmdma_status = ata_bmdma_status,
.qc_prep = ata_qc_prep,
.qc_issue = ata_qc_issue_prot,
.data_xfer = ata_pio_data_xfer,

.freeze = ata_bmdma_freeze,
.thaw = ata_bmdma_thaw,
Expand Down Expand Up @@ -274,6 +276,7 @@ static const struct ata_port_operations piix_sata_ops = {
.bmdma_status = ata_bmdma_status,
.qc_prep = ata_qc_prep,
.qc_issue = ata_qc_issue_prot,
.data_xfer = ata_pio_data_xfer,

.freeze = ata_bmdma_freeze,
.thaw = ata_bmdma_thaw,
Expand Down

0 comments on commit c28bf88

Please sign in to comment.