Li-Ta Lo ollie@lanl.gov writes:
On Wed, 2004-11-03 at 15:51, Eric W. Biederman wrote:
So my immediate suggestion would be to call pci_set_method from the
pci_domain's
scan_bus method before it does anything. We can worry about the rest later.
Isn't the root_dev::scan_bus() called before pci_domain::scan_bus() ?
Yes but it uses scan_static_bus()
What if root_dev::scan_bus() wants to access PCI CS ?
Currently that sounds like a bug. I am starting to go through the code now. If I don't see any problems I will make this change.
Hopefully I can get most of the tree compiling...
Eric