Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48548
b: refs/heads/master
c: 8361cd7
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Jeff Garzik committed Feb 15, 2007
1 parent 81a825e commit 07d9e59
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: 9f271d576a79f74a543c4099a014d8d4eafa737d
refs/heads/master: 8361cd79f2434d43054be894baf08a74dae5f8c0
3 changes: 3 additions & 0 deletions trunk/drivers/ata/pata_sl82c105.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ static void sl82c105_bmdma_start(struct ata_queued_cmd *qc)
{
struct ata_port *ap = qc->ap;

udelay(100);
sl82c105_reset_engine(ap);
udelay(100);

/* Set the clocks for DMA */
sl82c105_configure_dmamode(ap, qc->dev);
Expand Down Expand Up @@ -216,6 +218,7 @@ static void sl82c105_bmdma_stop(struct ata_queued_cmd *qc)

ata_bmdma_stop(qc);
sl82c105_reset_engine(ap);
udelay(100);

/* This will redo the initial setup of the DMA device to matching
PIO timings */
Expand Down

0 comments on commit 07d9e59

Please sign in to comment.