From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 31 Oct 2002 06:00:11 +0000 Subject: [Linux-ia64] Re: [Pcihpd-discuss] PCI hotplug broken on IA64 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Wed, Oct 30, 2002 at 09:52:44PM -0800, Greg KH wrote: > On Wed, Oct 30, 2002 at 08:49:24PM -0800, Lee, Jung-Ik wrote: > > > > > I don't think the current way of accessing PCI configuration space > > > with temporary pci_dev and pci_bus is definitive answer but we > > > are depending on it now. > > > Could someone enlighten me? > > > Any ideas? > > > > All pci config space access before pci_dev/pci_bus are built > > should be able to make direct call to > > pci_config_{read|write}(seg, bus, dev, func, offset, size, value). > > Um, where are these functions exported? I don't see them in the 2.4 > tree :) Ok, just to make myself clear, yes I know the functions are there, but no, they are not explicitly exported, or supported on all archs. thanks, greg k-h