From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Gefre Date: Tue, 03 Feb 2004 23:36:53 +0000 Subject: Re: PCI question Message-Id: <40203095.4000404@sgi.com> List-Id: References: <200402032235.i13MZQXl018906@fsgi900.americas.sgi.com> In-Reply-To: <200402032235.i13MZQXl018906@fsgi900.americas.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Jesse Barnes wrote: >On Tue, Feb 03, 2004 at 05:15:44PM -0600, Patrick Gefre wrote: > > >>>Urgh, don't do that. What do you need to do that can't be added to the >>>pci_controller? >>> >>> >>OK- good - thanks. Yes the other option is to add it to the >>pci_controller struct. >> >> > >Add what? How about pci_controller->platform_data? That's private to >the subarch, right? > >Jesse > > But not in 2.6 ?? struct pci_controller { void *acpi_handle; void *iommu; int segment; unsigned int windows; struct pci_window *window; };