Adam McDougall wrote: > > I just installed installed a snapshot build from: > https://www.mirrorservice.org/pub/OpenBSD/snapshots/amd64/ > dated 2016-09-02 on a Dell R420 and I was able to reproduce > the issue. I am willing to participate further if you or anyone > else has ideas worth trying. Thanks.
you might have a look at src/sys/dev/ic/pckbd.c and some related files. you can read the comments for various behaviors the driver tries to accomodate, read the cvs log to learn about other stranger problems, etc. when all else fills, stick delay() calls everywhere. and then of course there are other operating systems which either work or not, each with their own driver and comments and history that can be studied. but the short answer to the simple question is that there is no way to disable ddb at boot time.
