On Wed, May 19, 2010 at 8:31 AM, Knut Kujat knuku@gap.upv.es wrote:
Hello,
#define CONFIG_PCI_ROOT1 0x0a worked just fine, perfect you could say :).
I'm glad it worked for you. 0x08 would let it find devices that could be plugged in to the other PCI-X bridge (bus 8 2.1) as well. Since that bus would be 0xb, it wouldn't be found by looking at 0xa.
Thanks, Myles