Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5efba33289574a08674f7613eb0513bcb44d085
Commit:     e5efba33289574a08674f7613eb0513bcb44d085
Parent:     8704de8f296fcf6a4b2ff6bfd9a63974ad909b3e
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 26 20:13:00 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Sat Jan 26 20:13:00 2008 +0100

    sgiioc4: add ide_toggle_bounce() calls
    
    Add ide_toggle_bounce() call to ->ide_dma_on/->dma_off_quietly
    methods so they match generic __ide_dma_on()/ide_dma_off_quietly().
    
    Tested on Altix by Jeremy.
    
    Acked-by: Jeremy Higdon <[EMAIL PROTECTED]>
    Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/pci/sgiioc4.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ide/pci/sgiioc4.c b/drivers/ide/pci/sgiioc4.c
index 7e9dade..fea56d3 100644
--- a/drivers/ide/pci/sgiioc4.c
+++ b/drivers/ide/pci/sgiioc4.c
@@ -281,6 +281,7 @@ static int
 sgiioc4_ide_dma_on(ide_drive_t * drive)
 {
        drive->using_dma = 1;
+       ide_toggle_bounce(drive, 1);
 
        return 0;
 }
@@ -288,6 +289,7 @@ sgiioc4_ide_dma_on(ide_drive_t * drive)
 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);
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to