Re: Time to increase MAX_TASKS?

2012-07-31 Thread Sean Bruno
On Mon, 2012-07-30 at 05:07 -0700, John Baldwin wrote: I am currently running with a value of 128 and doing a bit of testing. I think it should be something like MAX(32, MAXCPU). Ah, that sounds WAY more reasonable. I shall test thusly. Sean

Re: USB ACPI namespace mapping.

2012-07-31 Thread Hans Petter Selasky
On Tuesday 31 July 2012 05:19:12 Takanori Watanabe wrote: I'm trying to map USB devices and hub into acpi handle, and I want ideas to cope with a problem. The problem is that there is no easy way to get port number from child usb device in hub device. usb_attach_arg structure have one, but