Add a boot loader tunable hw.usb.hack_defer_exploration, which if set
authorMichael Neumann <mneumann@dragonflybsd.org>
Tue, 27 May 2008 12:00:47 +0000 (12:00 +0000)
committerMichael Neumann <mneumann@dragonflybsd.org>
Tue, 27 May 2008 12:00:47 +0000 (12:00 +0000)
commiteabfb7a3e6d72525e3b2e512609c68d7dfbdd030
treef8b318fb9cfdb5dc362a4262422ea3a59974146f
parent24603545c65b8505d71331b571f0fd705ba2eea4
Add a boot loader tunable hw.usb.hack_defer_exploration, which if set
to 0 reverts to the old USB behaviour, i.e. USB keyboards should be again
usable early at boot. By default, this is set to 1 which will avoid hanging
the system on qemu and my HP compaq laptop and maybe others.

Note that this is a hack around a shortcoming in the current USB stack and
will go away once the shortcoming has been fixed.
sys/bus/usb/usb.c