Re: listing sysinit order ?

2003-01-19 Thread Arun Sharma
On Sun, Jan 19, 2003 at 10:45:02PM -0800, Terry Lambert wrote: > > SYSINIT would at least get you to where it's hanging, and you > may not need information over and above that, FWIW. Well, knowing that the kernel hangs in a function called "configure" (SI_SUB_CONFIGURE, SI_ORDER_THIRD) isn't terr

Re: listing sysinit order ?

2003-01-19 Thread Terry Lambert
Arun Sharma wrote: > On Sun, Jan 19, 2003 at 04:57:13AM -0800, Terry Lambert wrote: > > You will get the information you seem to be asking for (unless I'm > > misunderstanding you, and you are trying to lead upo asking for a > > string identifier, and for some reason you don't want to come out > >

Re: listing sysinit order ?

2003-01-19 Thread Arun Sharma
On Sun, Jan 19, 2003 at 04:57:13AM -0800, Terry Lambert wrote: > You will get the information you seem to be asking for (unless I'm > misunderstanding you, and you are trying to lead upo asking for a > string identifier, and for some reason you don't want to come out > and ask for a modification of

Re: listing sysinit order ?

2003-01-19 Thread Terry Lambert
Arun Sharma wrote: > 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

Re: listing sysinit order ?

2003-01-18 Thread Arun Sharma
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 v

Re: listing sysinit order ?

2003-01-18 Thread Terry Lambert
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 The SYSINIT elements are bubble sorted by a primary key, the subsystem id

listing sysinit order ?

2003-01-18 Thread Arun Sharma
Hello, I'm trying to figure out why recent -current snapshots hang at boot/install time on my Thinkpad. The problem is, at the point where it hangs, I don't know exactly which driver it's in (yes, I have boot_verbose turned on). So my question is, is there a simple tool to list the order in which