au1xxx-ide: add ide_toggle_bounce() calls
[powerpc.git] / drivers / ide / mips / au1xxx-ide.c
index a4d0d4c..4fc0328 100644 (file)
@@ -402,6 +402,7 @@ static void auide_dma_host_on(ide_drive_t *drive)
 static int auide_dma_on(ide_drive_t *drive)
 {
        drive->using_dma = 1;
+       ide_toggle_bounce(drive, 1);
 
        return 0;
 }
@@ -413,6 +414,7 @@ static void auide_dma_host_off(ide_drive_t *drive)
 static void auide_dma_off_quietly(ide_drive_t *drive)
 {
        drive->using_dma = 0;
+       ide_toggle_bounce(drive, 0);
 }
 
 static void auide_dma_lost_irq(ide_drive_t *drive)