From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C092BDDF57 for ; Tue, 14 Oct 2008 11:32:45 +1100 (EST) Subject: Re: [PATCH] powerpc: Add legacy PCI access via sysfs From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org In-Reply-To: <20081010025101.B48CADDEF7@ozlabs.org> References: <20081010025101.B48CADDEF7@ozlabs.org> Content-Type: text/plain Date: Tue, 14 Oct 2008 11:32:38 +1100 Message-Id: <1223944358.8157.298.camel@pasglop> Mime-Version: 1.0 Cc: linux-pci@vger.kernel.org, Jesse Barnes Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2008-10-10 at 13:50 +1100, Benjamin Herrenschmidt wrote: > This patch adds support for legacy_io and legacy_mem files in > bus class directories in sysfs for powerpc > > Signed-off-by: Benjamin Herrenschmidt > --- > > This is version 2, slightly different approach for getting at VGA > memory which works a lot better with bridges providing a separate > ISA Memory hole (which is the case of most of them). Drop it Jesse. It's missing-quilt-ref busticated. One of these days I'll figure a scripted way to avoid that problem. New one on the way. Cheers, Ben.