> I have now BFU upgraded to b84, but I'm still unable > to get more debug information about the USB (ohci) > problem I have. When I boot the kernel it say "DEBUG > enabled" and then hangs. If I boot with the -v (to > get some verbose information), I still doesn't get > any debug info from the ohci module. If I boot using > "-B disable-ohci=true" I can boot, but only get a > message like this: "NOTICE ohci module disabled" many > times.
You have to pull the debug output from the kernel's internal usba debug buffer. >From kmdb or "mdb -k", you can use the mdb dcmd ::usba_debug_buf This message posted from opensolaris.org
