Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68127
b: refs/heads/master
c: 21d2c92
h: refs/heads/master
i:
  68125: db9005e
  68123: 5f63648
  68119: 25a51c0
  68111: cb3e121
  68095: 0004d0f
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Oct 12, 2007
1 parent b36db23 commit 683b44b
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 3cc3eb1148e4b2dfabf7a1dcf36fd8be1331ca95
refs/heads/master: 21d2c925d3da6aabf9a0b34e95787202379f682a
6 changes: 6 additions & 0 deletions trunk/drivers/ata/pata_atiixp.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ static void atiixp_set_dmamode(struct ata_port *ap, struct ata_device *adev)
*
* When DMA begins we need to ensure that the UDMA control
* register for the channel is correctly set.
*
* Note: The host lock held by the libata layer protects
* us from two channels both trying to set DMA bits at once
*/

static void atiixp_bmdma_start(struct ata_queued_cmd *qc)
Expand All @@ -199,6 +202,9 @@ static void atiixp_bmdma_start(struct ata_queued_cmd *qc)
*
* DMA has completed. Clear the UDMA flag as the next operations will
* be PIO ones not UDMA data transfer.
*
* Note: The host lock held by the libata layer protects
* us from two channels both trying to set DMA bits at once
*/

static void atiixp_bmdma_stop(struct ata_queued_cmd *qc)
Expand Down

0 comments on commit 683b44b

Please sign in to comment.