Date: Thu, 7 Apr 2005 17:15:10 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 atkbdc.4 src/sys/dev/kbd atkbdc.c Message-ID: <200504071715.j37HFAdE064344@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2005-04-07 17:15:10 UTC
FreeBSD src repository
Modified files:
share/man/man4 atkbdc.4
sys/dev/kbd atkbdc.c
Log:
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
Revision Changes Path
1.17 +7 -0 src/share/man/man4/atkbdc.4
1.16 +15 -0 src/sys/dev/kbd/atkbdc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504071715.j37HFAdE064344>
