Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36485
b: refs/heads/master
c: efbf3f1
h: refs/heads/master
i:
  36483: 3d23fde
v: v3
  • Loading branch information
Jeff Garzik committed Sep 26, 2006
1 parent 1c83125 commit 7d5403b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 68d0d7abcc4cfcf0a1eeb49785cb32ec05473e42
refs/heads/master: efbf3f14204b77e6afc8c13571357173de9ab707
4 changes: 4 additions & 0 deletions trunk/drivers/ata/pata_serverworks.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ static struct ata_port_operations serverworks_osb4_port_ops = {
.data_xfer = ata_pio_data_xfer,

.irq_handler = ata_interrupt,
.irq_clear = ata_bmdma_irq_clear,

.port_start = ata_port_start,
.port_stop = ata_port_stop,
.host_stop = ata_host_stop
Expand Down Expand Up @@ -389,6 +391,8 @@ static struct ata_port_operations serverworks_csb_port_ops = {
.data_xfer = ata_pio_data_xfer,

.irq_handler = ata_interrupt,
.irq_clear = ata_bmdma_irq_clear,

.port_start = ata_port_start,
.port_stop = ata_port_stop,
.host_stop = ata_host_stop
Expand Down

0 comments on commit 7d5403b

Please sign in to comment.