From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 27 19:04:07 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 AC37616A4DE for ; Thu, 27 Jul 2006 19:04:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FE443D58 for ; Thu, 27 Jul 2006 19:04:06 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.38.32] (HELO [10.0.0.184]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 74311083; Thu, 27 Jul 2006 21:04:04 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Thu, 27 Jul 2006 21:04:11 +0200 User-Agent: KMail/1.7 References: <1153997829.12770@origin.intron.ac> <44C8CFA2.3000400@savvis.net> <868xme28nt.fsf@xps.des.no> In-Reply-To: <868xme28nt.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607272104.13079.hselasky@c2i.net> Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= , Intron 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: Thu, 27 Jul 2006 19:04:07 -0000 On Thursday 27 July 2006 20:40, Dag-Erling Sm=F8rgrav wrote: > maksim yevmenkin writes: > > Dag-Erling Sm=F8rgrav writes: > > > No, kbdmux needs to be fixed so it works in DDB. > > > > actually, atkbd(4) needs to be fixed to support "polled" mode :) > > It used to work fine before kbdmux(4) came along... > Just a comment: Don't forget to lock Giant before calling anything in the=20 keyboard layer. That means DDB must lock Giant, else at least my new USB=20 keyboard driver will panic, saying Giant is not owned. The old USB keyboard= =20 driver did not care about this. =2D-HPS