Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751367AbWEZKGO (ORCPT ); Fri, 26 May 2006 06:06:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751365AbWEZKGN (ORCPT ); Fri, 26 May 2006 06:06:13 -0400 Received: from gate.crashing.org ([63.228.1.57]:12468 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S1751345AbWEZKGM (ORCPT ); Fri, 26 May 2006 06:06:12 -0400 Subject: Re: [PATCH 3/4] myri10ge - Driver core From: Benjamin Herrenschmidt To: Ingo Oeser Cc: Anton Blanchard , Brice Goglin , netdev@vger.kernel.org, gallatin@myri.com, linux-kernel@vger.kernel.org In-Reply-To: <200605261149.18415.netdev@axxeo.de> References: <20060517220218.GA13411@myri.com> <20060523153928.GB5938@krispykreme> <1148543810.13249.265.camel@localhost.localdomain> <200605261149.18415.netdev@axxeo.de> Content-Type: text/plain Date: Fri, 26 May 2006 20:02:00 +1000 Message-Id: <1148637720.8089.145.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 795 Lines: 21 > > No proper interface exposed, he'll have to do an #ifdef powerpc here or > > such and use __ioremap with explicit page attributes. I have a hack to > > do that automatically for memory covered by prefetchable PCI BARs when > > mmap'ing from userland but not for kernel ioremap. > > Stupid question: pci_iomap() is NOT what you are looking for, right? > > Implementation is at the end of lib/iomap.c No, there is no difference there, pci_iomap won't help for passing in platform specific page attributes for things like write combining. Ben. - 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/