> breakpoint before calling pcs:_init() > _init > kmdb: target stopped at: > kaif_enter+7: popfl > [0]> :c > So if I am not wrong the last module to be loaded is the pcmcia driver. I do not see anything that could cause a hang in the _init function so, unless somebody has a better idea, I will suggest this:
- boot kvd - ::bp pcs'_init - :c Once you have reached the breakpoint: - ::step over until you either see the hang or another module is getting loaded. Regards, J-F This message posted from opensolaris.org
