From owner-cvs-src@FreeBSD.ORG Thu Apr 7 18:22:15 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 111D316A4CE; Thu, 7 Apr 2005 18:22:15 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AC443D1F; Thu, 7 Apr 2005 18:22:14 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.97] (ip.82.144.201.143.stat-8.volia.net [82.144.201.143]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j37IMBV9083397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Apr 2005 20:22:13 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42557A49.8080203@portaone.com> Date: Thu, 07 Apr 2005 21:22:01 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gavin Atkinson References: <200504071715.j37HFAdE064344@repoman.freebsd.org> <1112895778.82439.9.camel@buffy.york.ac.uk> In-Reply-To: <1112895778.82439.9.camel@buffy.york.ac.uk> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@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 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 18:22:15 -0000 No, it doesn't help. At least not for the ZV5000. -Maxim Gavin Atkinson wrote: > On Thu, 2005-04-07 at 17:15 +0000, Maxim Sobolev wrote: > >>sobomax 2005-04-07 17:15:10 UTC > > >> 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. > > > Doesn't the patch committed by jhb in > 1.44 +2 -1 src/sys/dev/kbd/atkbd.c > 1.7 +2 -1 src/sys/dev/kbd/atkbdreg.h > 1.25 +5 -0 src/share/man/man4/atkbd.4 > fix it for you? It pretty much does exactly what your patch does and > seemed to fix it for people in the referenced PR... > > >> PR: 67745 >> Submitted by: Jung-uk Kim jkim at niksun.com > > > Gavin > > >