From owner-cvs-src@FreeBSD.ORG Thu Apr 7 23:56:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8D016A4CE; Thu, 7 Apr 2005 23:56:32 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD8143D39; Thu, 7 Apr 2005 23:56:32 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j37NuWZ8025756; Thu, 7 Apr 2005 16:56:32 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j37NuWxQ025755; Thu, 7 Apr 2005 16:56:32 -0700 (PDT) (envelope-from obrien) Date: Thu, 7 Apr 2005 16:56:31 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20050407235631.GC24453@dragon.NUXI.org> References: <200504071715.j37HFAdE064344@repoman.freebsd.org> <200504071403.28492.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504071403.28492.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: Maxim Sobolev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 atkbdc.4 src/sys/dev/kbd atkbdc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 23:56:33 -0000 On Thu, Apr 07, 2005 at 02:03:27PM -0400, John Baldwin wrote: > On Thursday 07 April 2005 01:15 pm, Maxim Sobolev wrote: > > 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 > > Umm, this PR is closed because there's already a hint flag (0x8) to do this. > Does the hint flag not work and did you ask Jung-uk if the patch is still > necessary before you committed this? It would be nice if someone would comment on the email I sent to freebsd-current if we can add a "save keyboard" mode to the bootloader which would set hw.atkbdc.kbd0.flags to 0x9. Wouldn't that solve all the keyboard issues? -- -- David (obrien@FreeBSD.org)