From: Gary Hade Date: Fri, 8 Feb 2008 22:00:52 +0000 (-0800) Subject: PCI: Include PCI domain in PCI bus names on x86/x86_64 X-Git-Tag: v2.6.26-rc1~1119^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3576fa34e36907e292f408cb6c258f4fd112ad;p=pandora-kernel.git PCI: Include PCI domain in PCI bus names on x86/x86_64 The PCI bus names included in /proc/iomem and /proc/ioports are of the form 'PCI Bus #XX' where XX is the bus number. This patch changes the naming to 'PCI Bus XXXX:YY' where XXXX is the domain number and YY is the bus number. For example, PCI bus 14 in domain 0 will show as 'PCI Bus 0000:14' instead of 'PCI Bus #14'. This change makes the naming consistent with other architectures such as ia64 where multiple PCI domain support has been around longer. Signed-off-by: Gary Hade Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed