On Monday 18 February 2008, Jan Evert van Grootheest wrote:
> According to the datasheet, ht6560b only supports up to PIO mode 4.
>
> Signed-off-by: Jan Evert van Grootheest <[EMAIL PROTECTED]>
applied, thanks!
PS I had to manually port it over 2.6.25-rc2, patch below
From: Jan Evert van Grootheest <[EMAIL PROTECTED]>
Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-)
Index: b/drivers/ide/legacy/ht6560b.c
===================================================================
--- a/drivers/ide/legacy/ht6560b.c
+++ b/drivers/ide/legacy/ht6560b.c
@@ -323,7 +323,7 @@ static const struct ide_port_info ht6560
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 linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html