On Mon, Aug 08, 2005 at 10:43:41AM +0900, Tejun Heo wrote:
>  I don't know much about PATA support.  All I know is that ICH's seem 
> to generate a lot of noise in this mailing list w/ its legacy, combined, 
> ahci and whatever modes and no one setting seems to satisfy all.  (If 
> anyone knows more about it, please fill in here.)

Combined mode aggregates the PATA and SATA devices into a single PCI
device.  The chosen solution was to use the IDE driver for PATA, and
libata for SATA.

This was necessary since ATAPI support did not exist in libata (nor did
SATAPI devices exist).  An unfortunate side effect is that only one
driver could have access to the busmaster DMA registers -- libata --
which meant that the IDE driver was limited to PIO data xfer for PATA.

Once ATAPI support is mature in libata, we can support PATA fully in
libata, and eliminate this PATA speed limitation in combined mode.

        Jeff



-
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

Reply via email to