> Try this
> --- drivers/ide/alim15x3.c~ 2002-08-11 19:33:14.000000000 +0100
> +++ drivers/ide/alim15x3.c 2002-08-11 19:33:14.000000000 +0100
> @@ -810,7 +810,7 @@
>
> /* Don't use LBA48 on ALi devices before rev 0xC4 */
>
> - if(m5229_revision < 0xC4)
> + if(m5229_revision <= 0xC4)
> hwif->addressing = 1;
would be nice to change the comment too ;)
regards
john
-- "It is unbecoming for young men to utter maxims." - Aristotle - 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/