From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 28 15:26:57 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2091016A4DF; Fri, 28 Jul 2006 15:26:57 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A5943D4C; Fri, 28 Jul 2006 15:26:55 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.236] (really [70.32.199.60]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060728152654.WKCA10992.mta13.adelphia.net@[192.168.1.236]>; Fri, 28 Jul 2006 11:26:54 -0400 Message-ID: <44CA2CBE.2050207@savvis.net> Date: Fri, 28 Jul 2006 08:26:54 -0700 From: maksim yevmenkin User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Maxime Henrion References: <1153997829.12770@origin.intron.ac> <864px31eyz.fsf@xps.des.no> <86psfryvvo.fsf@xps.des.no> <44C8CFA2.3000400@savvis.net> <868xme28nt.fsf@xps.des.no> <44C90D22.5010607@savvis.net> <86slkmzx4o.fsf@xps.des.no> <20060728113705.GZ8070@elvis.mu.org> <44CA226B.1030608@savvis.net> <20060728145157.GA8070@elvis.mu.org> In-Reply-To: <20060728145157.GA8070@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, re@freebsd.org Subject: Re: How to Use ddb(4)? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:26:57 -0000 Maxime Henrion wrote: > maksim yevmenkin wrote: >> Maxime Henrion wrote: >>> Dag-Erling Sm?rgrav wrote: >>>> Maksim Yevmenkin writes: >>>>> so far i only got one (successful) report. would people please give >>>>> it a try to see if work, so i can commit it. >>>> Please commit it. I don't see how it can do any harm. >>> Yes please; I'd like to see this patch in HEAD as soon as possible so >>> that we can have as much coverage as possible since this is the kind of >>> fix that will be very desirable to MFC for 6.2-RELEASE. >> patch was committed to head yesterday. > > Yeah, I just saw it, I was quite behind with my mail. Thanks! > >>> BTW, does your patch also fix similar problems with kbdmux(4) and the >>> geli mountroot prompt? >> yes, it should. please let me know if you still have this kind of >> problems with kbdmux(4) and atkbd(4) > > Great. I haven't had the time to look at the patch yet, but can you > foresee any problem with MFC'ing it or would you consider it safe? i will mfc it in one week (just like the commit comment says). i can mfc it earlier providing that enough people try it and confirm that it fixes the problem. there should be no problem with mfc'ing it, imo. the patch is a minor hack and makes kbdmux(4) explicitly poll slave keyboards in "polled" mode only. thanks, max