From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 4 08:21:19 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 6595A16A41F for ; Thu, 4 Aug 2005 08:21:19 +0000 (GMT) (envelope-from yuka.muromachi@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E8C43D46 for ; Thu, 4 Aug 2005 08:21:18 +0000 (GMT) (envelope-from yuka.muromachi@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so187924nzd for ; Thu, 04 Aug 2005 01:21:18 -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=WTDhGM5r24uNvthxTZP//a4L1zivBBGaHQP3STeXt1cALIA5MWlRRVN0DJ/yA3xz1MVEL2QvgzTmBbkVWQPJX7gHicWfi3Z0wY/rEDVrzU5Y8BOBYVJNVVDMpWaenkE6/fhE5xOz3ElGpLG+KACPdH5QlZni90ifHb58PpjgIPI= Received: by 10.36.221.9 with SMTP id t9mr646711nzg; Thu, 04 Aug 2005 01:21:18 -0700 (PDT) Received: by 10.36.221.16 with HTTP; Thu, 4 Aug 2005 01:21:18 -0700 (PDT) Message-ID: Date: Thu, 4 Aug 2005 16:21:18 +0800 From: Yuka Muromachi To: freebsd-multimedia@freebsd.org In-Reply-To: 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:21:19 -0000 2005/8/4, Yuka Muromachi : > >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... I'm sorry. I found BUS_DMA_NOCACHE flag in src/sys/sys/bus_dma.h, But it not implement in i386. It only used in sparc64/iommu.c