Re: [PATCH linux-2.6-block:post-2.6.15 09/10] blk: add FUA support to IDE

From: Bartlomiej Zolnierkiewicz
Date: Fri Nov 18 2005 - 11:38:33 EST


On 11/18/05, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> wrote:
> On Gwe, 2005-11-18 at 17:17 +0100, Bartlomiej Zolnierkiewicz wrote:
> > Probably it should work fine given that drive->mult_count is on.
> >
> > The only controller using drive->vdma in the current tree is cs5520
> > so you should confirm this with Mark Lord & Alan Cox.
>
> The CS5520 VDMA performs PIO commands with controller driven DMA to PIO
> of the data blocks. Thus it can do any PIO command with one data in or
> out phase as if it were DMA.

Therefore doing ATA_CMD_WRITE_MULTI_FUA_EXT w/ VDMA
should be just fine as is WIN_WRITE_EXT w/ VDMA currently?

> > Long-term we should see if it is possible to remove dynamic IDE
> > drive configuration and always just use the best possible settings.
>
> Hotplug rather prevents that. For the lifetime of a drive connection
> most of the settings ought to be settable once. Speeds are the obvious
> exception.

I'm talking only about lifetime of a drive connection here
so I think that we fully agree on this one.

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