Re: [PATCH 3/5] Float the pci bus number on MPC8641HPCN board.
From: Kumar Gala <hidden>
Date: 2007-06-01 05:08:24
From: Kumar Gala <hidden>
Date: 2007-06-01 05:08:24
On May 31, 2007, at 9:01 PM, Zhang Wei-r63237 wrote:
Hi, Kumar,quoted
Can this be fixed by just setting hose->bus_offset in add_bridge? Doing this in exclude is very bad.That's my original doing. If there a PCI bridge card be pluged into PCI slot of hose0, I can not ensue the bus_offset number of hose1.
Ok, but can't we use hose0's last_busno and use that set hose1- >first_busno & hose1->bus_offset? - k