Subject: Re: physically contiguous memory To: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> From: Lennart Augustsson <lennart@augustsson.net> List: tech-kern Date: 03/26/2001 00:39:40
Emmanuel Dreyfus wrote:
> Hi!
>
> How do I allocate physically contiguous memory? I don't find anything
> about this in malloc(9)...
Why do you need it? If it's for DMA you should probably use bus_dma(9).
--
-- Lennart