Re: [PATCH] Re: [PATCH][IDE] update qd65xx driver

From: Andries . Brouwer
Date: Fri Sep 12 2003 - 18:11:51 EST


From B.Zolnierkiewicz@xxxxxxxxxxxxxx Fri Sep 12 00:44:48 2003

> That reminds me, did I ever send you this?
>
> Andries

No, only similar patch for hpt366.c.

I think the (almost) correct scheme is following ...

Yes, larger changes are possible - and in fact I have a directory
full of IDE stuff, polishing, cleanup, non-urgent.

I sent this mainly because the hpt366.c analog was needed to
prevent filesystem corruption (on my own system). Similarly,
I imagine this patch is needed to prevent filesystem corruption -
no need to wait until someone actually reports a corrupted filesystem.

Patches that allow people to set lower PIO modes than the max
may be nice, but are less urgent than preventing modes higher
than the max.

Andries

> - pio = ide_get_best_pio_mode(drive, pio, 255, &d);
> + pio = ide_get_best_pio_mode(drive, 255, pio, &d);
-
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/