Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964875AbWIVScu (ORCPT ); Fri, 22 Sep 2006 14:32:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964877AbWIVScu (ORCPT ); Fri, 22 Sep 2006 14:32:50 -0400 Received: from omx1-ext.sgi.com ([192.48.179.11]:58839 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S964875AbWIVScs (ORCPT ); Fri, 22 Sep 2006 14:32:48 -0400 Date: Fri, 22 Sep 2006 11:32:28 -0700 (PDT) From: Christoph Lameter To: Jesse Barnes cc: Martin Bligh , Andrew Morton , linux-kernel@vger.kernel.org, Rohit Seth Subject: Re: ZONE_DMA In-Reply-To: <200609221126.31201.jesse.barnes@intel.com> Message-ID: References: <20060920135438.d7dd362b.akpm@osdl.org> <200609221039.28436.jesse.barnes@intel.com> <200609221126.31201.jesse.barnes@intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1123 Lines: 21 On Fri, 22 Sep 2006, Jesse Barnes wrote: > Oh, it's already there in the tree, but obviously some drivers still need > to be converted. See Documentation/DMA-API.txt. It's not PCI specific > like the old PCI DMA interface (Documentation/DMA-mapping.txt) and > provides a way for drivers to specify their addressing limitations > (dma_supported and dma_set_mask), which allows the underlying architecture > code to report a failure if necessary. AFAICT this is dealing with special dma issues and not with the problem of allocating memory for a certain supported address range from the page allocator. From the first glance at the docs it looks as if it is relying on __GFP_DMAxx to get the allocations right. I think the code could be changed though to call a new page allocator function to get the right memory and that would work for all devices using that API. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/