linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pata_it8213: MWDMA0 is unsupported
@ 2009-11-26 16:28 Bartlomiej Zolnierkiewicz
  2009-11-26 17:00 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-11-26 16:28 UTC (permalink / raw)
  To: linux-ide, linux-kernel


MWDMA0 timings cannot be met with the PIIX based controller
programming interface.

This change should be safe as this is how we have been doing
things in IDE it8213 host driver for years.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
Verified with the documentation (similar case as with pata_efar).

On top of patches from yesterday.

 drivers/ata/pata_it8213.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/drivers/ata/pata_it8213.c
===================================================================
--- a/drivers/ata/pata_it8213.c
+++ b/drivers/ata/pata_it8213.c
@@ -227,7 +227,7 @@ static int it8213_init_one (struct pci_d
 	static const struct ata_port_info info = {
 		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= ATA_PIO4,
-		.mwdma_mask	= ATA_MWDMA2,
+		.mwdma_mask	= ATA_MWDMA12_ONLY,
 		.udma_mask 	= ATA_UDMA6,
 		.port_ops	= &it8213_ops,
 	};

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-12-03 22:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 16:28 [PATCH] pata_it8213: MWDMA0 is unsupported Bartlomiej Zolnierkiewicz
2009-11-26 17:00 ` Bartlomiej Zolnierkiewicz
2009-11-26 17:23   ` Sergei Shtylyov
2009-11-26 18:00     ` Bartlomiej Zolnierkiewicz
2009-11-26 18:03       ` Bartlomiej Zolnierkiewicz
2009-11-26 18:12         ` Sergei Shtylyov
2009-11-26 18:27           ` Bartlomiej Zolnierkiewicz
2009-11-26 18:33             ` Sergei Shtylyov
2009-11-26 18:47               ` Sergei Shtylyov
2009-12-03 21:04     ` Jeff Garzik
2009-12-03 22:06       ` Sergei Shtylyov

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).