From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 4 08:17:50 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C13616A41F for ; Thu, 4 Aug 2005 08:17:50 +0000 (GMT) (envelope-from yuka.muromachi@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB1643D49 for ; Thu, 4 Aug 2005 08:17:49 +0000 (GMT) (envelope-from yuka.muromachi@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so187660nzd for ; Thu, 04 Aug 2005 01:17:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tvOjPldWB3Z9yJ/SUYQfb+Z/ClGpDQzEbIuE5yEx39nP6GuCzg2P1jfJFzJyjnKT+HlgmDZVFqCDINVzdUCmYtNv1JSHR3c0tMvd4sCXXxpVAjwilbK71mEmdsi5ONXIz9oWaHDmzX2HUmwWqjndeZS5xRqIeaKDoOu4FEzAo/Q= Received: by 10.37.18.72 with SMTP id v72mr643903nzi; Thu, 04 Aug 2005 01:17:49 -0700 (PDT) Received: by 10.36.221.16 with HTTP; Thu, 4 Aug 2005 01:17:49 -0700 (PDT) Message-ID: Date: Thu, 4 Aug 2005 16:17:49 +0800 From: Yuka Muromachi To: freebsd-multimedia@freebsd.org In-Reply-To: <20050804080649.C23F915EB042@gabi-n.hauN.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050804080649.C23F915EB042@gabi-n.hauN.org> Subject: Re: How alloc non-cache type memory? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuka Muromachi List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 08:17:50 -0000 >2005/8/4, TAMURA Kent : > In message "How alloc non-cache type memory?" > on 05/08/04, Yuka Muromachi writes: > > Is there any way to allocate Non-Cached type physical memory for dma > > transfer in FreeBSD? > BUS_DMA_NOCACHE flag for bus_dmamem_alloc(9) may perform it > though FreeBSD/i386 does not support it. Sorry, but I have no see this flag in FreeBSD 5.4 kernel. The nVidia MCP51 Azalia controoler made some trouble...