]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] PCI: use bus numbers sparsely, if necessary
authorDominik Brodowski <linux@dominikbrodowski.net>
Thu, 8 Dec 2005 15:53:12 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:19 +0000 (12:13 -0800)
commit498879417756effe6dc385ee04645a83d724fdef
tree086bca4dd313d5fce46dccfd945f1b211ff5f141
parent0eb3bcfd088e3234f7af29e189a7900ccfdd278a
[PATCH] PCI: use bus numbers sparsely, if necessary

Add a warning if a child bus may be inaccessible because the
parent bridge has wrong secondary or subordinate bus numbers.
Note that this may or may not happen on "transparent" bridges,
as can be seen in bug #5557.

Also, if we do not fix up the assignment of bus numbers, try to
make use of the bus number space available.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/probe.c