Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1a1990f5479b0c9055c133b7e0e7fedfcbe11512
Commit:     1a1990f5479b0c9055c133b7e0e7fedfcbe11512
Parent:     f401fd55b5a9ef1a4572abaefaa6957af11ced61
Author:     Jan Evert van Grootheest <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 19 01:41:26 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Tue Feb 19 01:41:26 2008 +0100

    ht6560b can only do up to PIO mode 4
    
    According to the datasheet, ht6560b only supports up to PIO mode 4.
    
    [bart: manually ported it over 2.6.25-rc2]
    
    Signed-off-by: Jan Evert van Grootheest <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/legacy/ht6560b.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/legacy/ht6560b.c b/drivers/ide/legacy/ht6560b.c
index 02d12c7..2701e7d 100644
--- a/drivers/ide/legacy/ht6560b.c
+++ b/drivers/ide/legacy/ht6560b.c
@@ -323,7 +323,7 @@ static const struct ide_port_info ht6560b_port_info 
__initdata = {
                                  IDE_HFLAG_NO_DMA |
                                  IDE_HFLAG_NO_AUTOTUNE |
                                  IDE_HFLAG_ABUSE_PREFETCH,
-       .pio_mask               = ATA_PIO5,
+       .pio_mask               = ATA_PIO4,
 };
 
 static int __init ht6560b_init(void)
-
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