Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47377
b: refs/heads/master
c: 24a0145
h: refs/heads/master
i:
  47375: dcc1366
v: v3
  • Loading branch information
Sergei Shtylyov authored and Jeff Garzik committed Feb 9, 2007
1 parent 1511ce6 commit 42b4cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 246ce3b675843e0369643cceb4faeb6cf6d19a30
refs/heads/master: 24a01453892e0a4a6ad38460541bd0dae9b1837f
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_sl82c105.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ static void sl82c105_set_dmamode(struct ata_port *ap, struct ata_device *adev)
{
switch(adev->dma_mode) {
case XFER_MW_DMA_0:
sl82c105_configure_piomode(ap, adev, 1);
sl82c105_configure_piomode(ap, adev, 0);
break;
case XFER_MW_DMA_1:
sl82c105_configure_piomode(ap, adev, 3);
break;
case XFER_MW_DMA_2:
sl82c105_configure_piomode(ap, adev, 3);
sl82c105_configure_piomode(ap, adev, 4);
break;
default:
BUG();
Expand Down

0 comments on commit 42b4cb8

Please sign in to comment.