> i don't understand it :) (i run it in 32-bit mode )
> # ./autovec
...
> [9]
> acpi_wrapper_isr() pri 0

So, my theory that the hang could be caused by shared interrupts is wrong;
there is exactly one interrupt handler registered for vector 9.

I also had a closer look at the acpica initialization code.  The last message
that you see when running with "moddebug/W 80000000" ....

   installing acpica, module id 11.


is printed immediately before be run the _init() function from the acpica
kernel module.  jfndi  is right: the code in the _init() function does not care
about "acpi-user-options".

The code in acpica`_init() also does not yet install interrupt handlers.  That 
happens
a bit later.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to