Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b8b739d3361c16773a30fe5c0360336bbc19f435
Commit:     b8b739d3361c16773a30fe5c0360336bbc19f435
Parent:     ef539b57dfe731e2d4fb6f02158e979114ab5b69
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 22:29:55 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 22:29:55 2007 +0200

    ide-pmac: add PIO autotune fallback to ->ide_dma_check
    
    Since ide-pmac allows separate PIO and DMA timings, and ide-pmac always sets
    ->autotune this change shouldn't have any other effect than bringing 
ide-pmac
    driver in-line with other host drivers wrt ->ide_dma_check implementation.
    
    Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
    Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ppc/pmac.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index 9e86406..e085938 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1588,6 +1588,8 @@ pmac_ide_dma_check(ide_drive_t *drive)
        if (ide_tune_dma(drive))
                return 0;
 
+       ide_set_max_pio(drive);
+
        return -1;
 }
 
-
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