From owner-freebsd-multimedia Thu Oct 10 03:56:40 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA10341 for multimedia-outgoing; Thu, 10 Oct 1996 03:56:40 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA10333 for ; Thu, 10 Oct 1996 03:56:36 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id DAA00545; Thu, 10 Oct 1996 03:53:58 -0700 (PDT) Message-Id: <199610101053.DAA00545@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Luigi Rizzo 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? In-reply-to: Your message of "Thu, 10 Oct 1996 11:17:21 BST." <199610101017.LAA05896@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Oct 1996 03:53:57 -0700 From: Amancio Hasty Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >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