[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BAT memory for PPC 750
On Wed, 2005-10-05 at 12:54 -0700, Steve Iribarne wrote:
> Hello everyone.
>
>
>
> I am working on an ethernet driver and I am trying to allocate memory
> that wonât get cached.
are you using the proper dma-memory allocation functions? eg
dma_alloc_coherent() etc? those will give you the right type of memory
for the intent of what you want it for...
also you forgot to post a URL to the source of your driver so it's
really hard to say for sure what you're doing wrong or what you should
be doing instead...
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/