From a5da98d5bfbf19bb3d7be5c90e53a4a4ff474481 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Tue, 15 Jul 2008 21:21:54 +0200 Subject: [PATCH] --- yaml --- r: 101237 b: refs/heads/master c: 91395a16309596c2e78439aa5f9f6004f0365ef9 h: refs/heads/master i: 101235: 4bd9b7c72d5b6e9b0e0a96706b72e721ad13b2cc v: v3 --- [refs] | 2 +- trunk/drivers/ide/ide-tape.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 256b07c30e53..f57451fe673b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6bd3b0bfb8fccdcce3b8524d6761e0a3ab6e23f0 +refs/heads/master: 91395a16309596c2e78439aa5f9f6004f0365ef9 diff --git a/trunk/drivers/ide/ide-tape.c b/trunk/drivers/ide/ide-tape.c index 5aa7e2dbaa0c..b8cc0d5cde0e 100644 --- a/trunk/drivers/ide/ide-tape.c +++ b/trunk/drivers/ide/ide-tape.c @@ -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);