Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754469AbWKHJVy (ORCPT ); Wed, 8 Nov 2006 04:21:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754473AbWKHJVy (ORCPT ); Wed, 8 Nov 2006 04:21:54 -0500 Received: from mtagate2.de.ibm.com ([195.212.29.151]:26986 "EHLO mtagate2.de.ibm.com") by vger.kernel.org with ESMTP id S1754469AbWKHJVy (ORCPT ); Wed, 8 Nov 2006 04:21:54 -0500 Date: Wed, 8 Nov 2006 11:21:50 +0200 From: Muli Ben-Yehuda To: Benjamin Herrenschmidt Cc: linux-input@atrey.karlin.mff.cuni.cz, Linux Kernel list , "David S. Miller" , Paul Mackerras , Anton Blanchard , Greg KH Subject: Re: DMA APIs gumble grumble Message-ID: <20061108092150.GB3405@rhun.haifa.ibm.com> References: <1162950877.28571.623.camel@localhost.localdomain> <20061108082536.GA3405@rhun.haifa.ibm.com> <1162975653.28571.723.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1162975653.28571.723.camel@localhost.localdomain> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 716 Lines: 18 On Wed, Nov 08, 2006 at 07:47:33PM +1100, Benjamin Herrenschmidt wrote: > I agree, though, device_ext sucks as a name, you are welcome to propose > something better, I'm no good at finding names :-) Seems a lot like `pci_sysdata' on x86-64 and i386 with Jeff's PCI domains support. dev_sysdata? naming is not my strong suit :-) struct pci_sysdata { int domain; /* PCI domain */ int node; /* NUMA node */ void* iommu; /* IOMMU private data */ }; - 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/