Terry Lambert wrote:
Arun Sharma wrote:

So my question is, is there a simple tool to list the order in which
various initialization/probe routines get called in mi_startup ? If not,
what would it take to write one ?
more /sys/sys/kernel.h

Yes, I'm aware of this one, but it doesn't tell me very pricisely which drivers get initialized in what order.

You can not cause messages to be printed until after SI_SUB_CONSOLE;
if you want to put a printf in the init_main.c, verify that the
sysinit_sub_id is > SI_SUB_CONSOLE before attempting to call the
printf.
At that point only a function pointer is available. Is there a good way of converting it into a printable string ?

-Arun


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to