From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Milton Miller Subject: Re: [PATCH 3/20] [powerpc] Remove linux,pci-domain properties Date: Tue, 4 Jul 2006 02:55:50 -0500 To: Jeremy Kerr Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue Jul 4 16:47:18 EST 2006, Jeremy Kerr wrote: > The linux,pci-domain property is no longer used by DLPAR/PCI Hotplug > utilites, or LSVPD. This change removes it. So if I have some device-tree path and want to find the sysfs node for it or run something like lspci on it, I have to search all of sysfs for a matching devspec file? (And this can change each boot.) Without looking at the mentioned utilities, DLPAR and PCI Hotplug get a location code, so I'm hoping that the pci slot name is identified by that. Is lsvpd scanning? Or does it scan sysfs first and /proc/device-tree secondarly? milton