Re: why DMAable memory restriction ?

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue May 22 2001 - 13:13:36 EST


> In the linux kernel there is a limitation on the
> amount of contiguous DMAable memory that can be allocated
> (I guess about 128K). Does anobody know what is the reason

128K or so , if you are lucky.

> for such a restriction ? Is there any plan to remove

Because the pages are contiguous so you have to find a suitable sized piece
of free memory

> this restriction in the future releases of kernel ?

Nope. 2.4 adds bootmem though so badly designed hardware that is compiled in
can grab memory early in biggish chunks.

-
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 : Wed May 23 2001 - 21:00:48 EST