From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262043AbULVVHm (ORCPT ); Wed, 22 Dec 2004 16:07:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262041AbULVVHm (ORCPT ); Wed, 22 Dec 2004 16:07:42 -0500 Received: from e34.co.us.ibm.com ([32.97.110.132]:62970 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S262040AbULVVHg (ORCPT ); Wed, 22 Dec 2004 16:07:36 -0500 Date: Wed, 22 Dec 2004 13:07:20 -0800 From: Greg KH To: Jesse Barnes Cc: Benjamin Herrenschmidt , Linux Kernel list , linux-ia64@vger.kernel.org, willy@debian.org, Bjorn Helgaas Subject: Re: [PATCH] add legacy resources to sysfs Message-ID: <20041222210720.GA1867@kroah.com> References: <200412211247.44883.jbarnes@engr.sgi.com> <1103733278.31693.83.camel@gaston> <200412220858.18287.jbarnes@engr.sgi.com> <200412221031.52026.jbarnes@engr.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412221031.52026.jbarnes@engr.sgi.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 22, 2004 at 10:31:51AM -0800, Jesse Barnes wrote: > Here's one with additions to the cleanup routine. Please check it out to make > sure it's ok. I moved around some functions to avoid having to prototype > them at the top of the file. > > This patch adds legacy_io and legacy_mem files to the pci_bus class hierarchy > in sysfs. The files can be used (if the platform supports them) to access > legacy I/O port space and legacy ISA memory space--useful for things like x86 > emulators or VGA card POSTing. The interfaces are documented in > Documentation/filesystems/sysfs-pci.txt. Yeah, we finally got there, thanks for your patience! Applied to my trees, thanks. greg k-h