Hi,

> 
> thanks for the instructions! It's very interesting
> and educational to peek around in the kernel boot
> process.
> 
Happy hacking :-).

> Now, it seems the kernel does not hang  when probing
> the PCI busses, as it completes the probing cycle
> successfully. 
The debugging output you posted (thanks for that) indicates that you are in the 
"fixing" stage of the reconfiguration. The reconfiguration itself did not 
really begun.

memlist_remove() is called in many places such as setup_bus_res(), 
removed_used_resources() etc... and all of them are called in pci_reprogram().

If pci-reprog=off works in your case I am sure (correct me if I am wrong) that 
you, at least, reach:
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/intel/io/pci/pci_boot.c#968
in pci_reprogram().

The problem occurs after that point.

Regards,

J-F
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to