freebsd-dev/sys/dev/kbd
Maxim Sobolev 9ec4f9e385 Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1
instructs the driver to avoid using Keyboard Interface Test command.
This command causes problems with some non-compliant hardware, resulting
in machine being abruptly powered down early in the boot process.

Particularly it's known that HP ZV5000 and Compaq R3000Z notebooks
are affected by this problem.

Due to popularity of those models this patch is good MFC5.4 candidate.

PR:		67745
Submitted by:	Jung-uk Kim jkim at niksun.com
MFC after:	1 days
2005-04-07 17:15:10 +00:00
..
atkbd.c plug memory leak 2005-02-26 18:55:53 +00:00
atkbdc.c Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1 2005-04-07 17:15:10 +00:00
atkbdcreg.h
atkbdreg.h Add a new flag to the atkbd(4) driver to disable testing the keyboard 2004-12-15 23:00:47 +00:00
kbd.c #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. 2004-12-22 17:29:02 +00:00
kbdreg.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
kbdtables.h