Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77237
b: refs/heads/master
c: 378f577
h: refs/heads/master
i:
  77235: 3d4e461
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 0654888 commit 446df6e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c58096941284ceaea504b2f8c4d146f0f7c86b49
refs/heads/master: 378f577f7f75aa18a0eeafb044a491dcd5aeaa3d
2 changes: 2 additions & 0 deletions trunk/drivers/ide/mips/au1xxx-ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ static void auide_dma_host_on(ide_drive_t *drive)
static int auide_dma_on(ide_drive_t *drive)
{
drive->using_dma = 1;
ide_toggle_bounce(drive, 1);

return 0;
}
Expand All @@ -413,6 +414,7 @@ static void auide_dma_host_off(ide_drive_t *drive)
static void auide_dma_off_quietly(ide_drive_t *drive)
{
drive->using_dma = 0;
ide_toggle_bounce(drive, 0);
}

static void auide_dma_lost_irq(ide_drive_t *drive)
Expand Down

0 comments on commit 446df6e

Please sign in to comment.