Date: Thu, 10 Oct 1996 03:53:57 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Luigi Rizzo <luigi@labinfo.iet.unipi.it> Cc: jkh@time.cdrom.com (Jordan K. Hubbard), CSP1DWD@MVS.OAC.UCLA.EDU, multimedia@FreeBSD.org Subject: Re: When is the new sound code being committed? Message-ID: <199610101053.DAA00545@rah.star-gate.com> In-Reply-To: Your message of "Thu, 10 Oct 1996 11:17:21 BST." <199610101017.LAA05896@labinfo.iet.unipi.it>
next in thread | previous in thread | raw e-mail | index | archive | help
>From The Desk Of Luigi Rizzo :
> if the kernel is expected to use this Sound Module as an LKM, put
> apart the required amount of memory early in the boot process, and
> serve memory requests from the sound driver from there.
You mean like storing the memory in a global like this? 8)
USSmem = contigmalloc(64*1024, M_DEVBUF, M_NOWAIT, 0ul, 0x
fffffful,
1ul, chan & 4 ? 0x20000ul : 0x10000ul);
USSmem_size= 64*1024;
Amancio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610101053.DAA00545>
