Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 8 Jan 2003 17:27:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 8 Jan 2003 17:27:03 -0500 Received: from palrel13.hp.com ([156.153.255.238]:5814 "HELO palrel13.hp.com") by vger.kernel.org with SMTP id ; Wed, 8 Jan 2003 17:27:02 -0500 To: Ivan Kokshaysky Cc: Benjamin Herrenschmidt , Linus Torvalds , Paul Mackerras , "Eric W. Biederman" , davidm@hpl.hp.com, linux-kernel@vger.kernel.org Subject: Re: [patch 2.5] PCI: allow alternative methods for probing the BARs In-Reply-To: Message from Ivan Kokshaysky of "Wed, 08 Jan 2003 17:47:11 +0300." <20030108174711.A15896@jurassic.park.msu.ru> References: <1041848998.666.4.camel@zion.wanadoo.fr> <20030106194513.GC26790@cup.hp.com> <20030107200537.B559@localhost.park.msu.ru> <20030107201700.GB32722@cup.hp.com> <20030108174711.A15896@jurassic.park.msu.ru> Date: Wed, 08 Jan 2003 14:34:13 -0800 From: Grant Grundler Message-Id: <20030108223414.3D97212C2F@debian.cup.hp.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1205 Lines: 29 Ivan Kokshaysky wrote: > On Tue, Jan 07, 2003 at 12:17:00PM -0800, Grant Grundler wrote: > > BTW, please don't equate PCI controller instance number with PCI Domain. > > I agree, it's quite confusing. However, I don't think that the PCI spec > defines "PCI controller" or "PCI domain" terms, it's pretty much > implementation specific. Oh. The definition I was using is based on which PCI devices can do peer-to-peer transactions. ie a "PCI Domain" is defined by the PCI MMIO address space routing. > Assuming that each PCI controller can handle up to 256 bridged buses, > the unique PCI controller index and PCI bus number is all that userspace > needs to know in order to properly identify devices in the system. yes - that makes sense for configuration space accesses. I can see why you'd call this a "PCI Domain" as well. The platforms I was commenting on can only generate config cycles below a PCI "Host Bus Adapter" (aka controller). thanks, grant - 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/