[SPARC64]: Force dummy host controller onto bus zero.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 13 Mar 2007 02:40:26 +0000 (19:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 08:55:20 +0000 (01:55 -0700)
commit28f57e774d91ce01e03ff65caa2313bc8786b66f
tree5606d59ab501563d62798ccebc5915532d491174
parent97b3cf050b467dda571943ceadff5452bed04549
[SPARC64]: Force dummy host controller onto bus zero.

This helps deal with the invisible bridge that sits between
the host controller and the top-most visisble PCI devices
on hypervisor systems.

For example, on T1000 the bus-range property says 2 --> 4
and so there is a PCI express bridge at bus 2, devfn 0, etc.

So if we don't force the dummy host controller to bus zero,
we'll try to create two devices with the same domain/bus/devfn
triplet.

Also, add some more log diagnostics to make debugging stuff like this
easyer.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/pci.c