Subject: Re: contiguous memory allocation
To: None <port-i386@netbsd.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: port-i386
Date: 05/15/2003 01:05:14
On Wed, May 14, 2003 at 06:01:40PM -0700, Anil Gopinath wrote:
> Hi folks,
>  
> I am trying to allocate a large chunk of contiguous non-swappable memory 
> from a pseudo device driver. How would you do this without using the 
> bus_dma api? 

Why is it so important to you to not use the bus_dma API?  It is the only
API for contiguous memory allocation in the NetBSD kernel.