linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide-cris: always tune PIO
@ 2007-08-02 22:45 Bartlomiej Zolnierkiewicz
  2007-08-06 18:17 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-08-02 22:45 UTC (permalink / raw)
  To: linux-ide; +Cc: Mikael Starvik


Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 drivers/ide/cris/ide-cris.c |    2 ++
 1 file changed, 2 insertions(+)

Index: b/drivers/ide/cris/ide-cris.c
===================================================================
--- a/drivers/ide/cris/ide-cris.c
+++ b/drivers/ide/cris/ide-cris.c
@@ -808,6 +808,8 @@ init_e100_ide (void)
 		hwif->dma_off_quietly = &cris_dma_off;
 		hwif->cbl = ATA_CBL_PATA40;
 		hwif->pio_mask = ATA_PIO4,
+		hwif->drives[0].autotune = 1;
+		hwif->drives[1].autotune = 1;
 		hwif->ultra_mask = cris_ultra_mask;
 		hwif->mwdma_mask = 0x07; /* Multiword DMA 0-2 */
 		hwif->autodma = 1;

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <BFECAF9E178F144FAEF2BF4CE739C66804C43F82@exmail1.se.axis.com>]

end of thread, other threads:[~2007-08-06 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 22:45 [PATCH] ide-cris: always tune PIO Bartlomiej Zolnierkiewicz
2007-08-06 18:17 ` Sergei Shtylyov
     [not found] <BFECAF9E178F144FAEF2BF4CE739C66804C43F82@exmail1.se.axis.com>
2007-08-03  7:43 ` Mikael Starvik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).