Re: IO/MMIO 2.4 ATA/IDE driver recore near complete

Jeff Garzik (garzik@gtf.org)
Sun, 19 May 2002 10:58:43 -0400


On Sun, May 19, 2002 at 01:33:24PM +0300, Anssi Saari wrote:
> I wonder if this would help me with my audio CD writing problem which
> seems to use PIO mode and slow my system to a snails pace?

Nope. It depends on your ATA controller, and the vast majority of
controllers currently on the market use PIO.

You are thinking about PIO versus DMA, which are the two data transfer
modes of ATA. We are talking about a situation which replaces PIO with
MMIO, but otherwise looks and acts similarly to PIO+DMA.

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/