Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101237
b: refs/heads/master
c: 91395a1
h: refs/heads/master
i:
  101235: 4bd9b7c
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 15, 2008
1 parent 19b4834 commit a5da98d
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: 6bd3b0bfb8fccdcce3b8524d6761e0a3ab6e23f0
refs/heads/master: 91395a16309596c2e78439aa5f9f6004f0365ef9
4 changes: 2 additions & 2 deletions trunk/drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,11 +973,11 @@ static ide_startstop_t idetape_transfer_pc(ide_drive_t *drive)
}
/* Set the interrupt routine */
ide_set_handler(drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL);
#ifdef CONFIG_BLK_DEV_IDEDMA

/* Begin DMA, if necessary */
if (pc->flags & PC_FLAG_DMA_IN_PROGRESS)
hwif->dma_ops->dma_start(drive);
#endif

/* Send the actual packet */
hwif->output_data(drive, NULL, pc->c, 12);

Expand Down

0 comments on commit a5da98d

Please sign in to comment.