On 17.5.2017. 14:59, Alan McKay wrote:
> Looks like this never got a response and we are seeing the same issue.
> 
> OpenBSD 6.0, Dell 330, iDRAC 8, trying to get a console with the
> iDRAC.  Works great with Linux or ESXi on the box, but OpenBSD does
> not work.  There is major keystroke loss which makes it impossible to
> use.
> 
> Is there a way to disable DDB without recompiling?
> 


If you can install latest snapshot. mpi@ make it work




CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2017/05/12 03:16:55

Modified files:
        sys/dev/hid    : hidkbd.c
        sys/dev/wscons : wskbd.c wskbdvar.h
        sys/dev/usb    : ukbd.c

Log message:
Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)
use it.

Instead of defering every input of a USB console keyboard to a timeout
via a queue of one element, only differ entering ddb(4) once a matching
control sequenece has been typed.

This prevent loosing inputs when a USB console keyboard is "too fast".

Fix a problem reported by matthieu@, Adam McDougall and Hrvoje Popovski.

ok stsp@, dlg@


Reply via email to