Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77236
b: refs/heads/master
c: c580969
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 3d4e461 commit 0654888
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: e5efba33289574a08674f7613eb0513bcb44d085
refs/heads/master: c58096941284ceaea504b2f8c4d146f0f7c86b49
2 changes: 2 additions & 0 deletions trunk/drivers/ide/arm/icside.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ static void icside_dma_host_off(ide_drive_t *drive)
static void icside_dma_off_quietly(ide_drive_t *drive)
{
drive->using_dma = 0;
ide_toggle_bounce(drive, 0);
}

static void icside_dma_host_on(ide_drive_t *drive)
Expand All @@ -303,6 +304,7 @@ static void icside_dma_host_on(ide_drive_t *drive)
static int icside_dma_on(ide_drive_t *drive)
{
drive->using_dma = 1;
ide_toggle_bounce(drive, 1);

return 0;
}
Expand Down

0 comments on commit 0654888

Please sign in to comment.