On Iau, 2003-07-31 at 18:49, Marcelo Penna Guerra wrote:
> if (!is_sata(hwif))
> hwif->atapi_dma = 1;
>
> and DMA is not enabled by default.
>
> I think it should be:
>
> if (is_sata(hwif))
> hwif->atapi_dma = 1;
>
> With this DMA is enabled by default on my board and works great.
You've accidentally worked around a different bug
-
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/
This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:50 EST