Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77235
b: refs/heads/master
c: e5efba3
h: refs/heads/master
i:
  77233: a6b077c
  77231: 2a5ff60
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent c338c1e commit 3d4e461
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: 8704de8f296fcf6a4b2ff6bfd9a63974ad909b3e
refs/heads/master: e5efba33289574a08674f7613eb0513bcb44d085
2 changes: 2 additions & 0 deletions trunk/drivers/ide/pci/sgiioc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,15 @@ static int
sgiioc4_ide_dma_on(ide_drive_t * drive)
{
drive->using_dma = 1;
ide_toggle_bounce(drive, 1);

return 0;
}

static void sgiioc4_dma_off_quietly(ide_drive_t *drive)
{
drive->using_dma = 0;
ide_toggle_bounce(drive, 0);

drive->hwif->dma_host_off(drive);
}
Expand Down

0 comments on commit 3d4e461

Please sign in to comment.