Re: [PATCH] ide write barrier support

From: Jens Axboe
Date: Thu Oct 16 2003 - 05:37:43 EST


On Mon, Oct 13 2003, Jeff Garzik wrote:
> Matthias Andree wrote:
> >On Mon, 13 Oct 2003, Jens Axboe wrote:
> >
> >
> >>Forward ported and tested today (with the dummy ext3 patch included),
> >>works for me. Some todo's left, but I thought I'd send it out to gauge
> >>interest. TODO:
> >>
> >>- Detect write cache setting and only issue SYNC_CACHE if write cache is
> >> enabled (not a biggy, all drives ship with it enabled)
> >
> >
> >Yup, and I disable it on all drives at boot time at the latest.
> >
> >Is there a status document that lists
> >
> >- what SCSI drivers support write barriers
> > (I'm interested in sym53c8xx_2 if that matters)
> >
> >- what IDE drivers support write barriers
> > (VIA for AMD and Intel for PII/PIII/P4 chip sets here)
>
> The device is the entity that does, or does not, support flush-cache...
> All IDE chipsets support flush-cache... it's just another IDE command.

Well drivers need to support it, too. IDE is supported, and that covers
all devices that support it. It's not implemented on SCSI at all right
now, that's coming up.

--
Jens Axboe

-
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/