From owner-freebsd-current@FreeBSD.ORG Thu Jul 5 08:32:01 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD75A106567A for ; Thu, 5 Jul 2012 08:32:01 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6B31C8FC14 for ; Thu, 5 Jul 2012 08:32:01 +0000 (UTC) Received: from [46.244.129.177] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SmhTi-0005bP-4Z; Thu, 05 Jul 2012 10:31:58 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id q658VuoQ003034; Thu, 5 Jul 2012 10:31:56 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id q658VsuK003033; Thu, 5 Jul 2012 10:31:54 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 5 Jul 2012 10:31:53 +0200 From: Matthias Apitz To: Kaho Toshikazu Message-ID: <20120705083153.GA3020@tinyCurrent> References: <201206301349.58930.erich@alogreentechnologies.com> <20120630151130.GA1106@tiny.Sisis.de> <201207010629.29148.erich@alogreentechnologies.com> <20120701065849.GA2681@tinyCurrent> <6039.1341276697@pf2.ed.niigata-u.ac.jp> <20120703104007.GA2780@tinyCurrent> <81815.1341397988@elam.kais.kyoto-u.ac.jp> <20120705052833.GA2386@tinyCurrent> <20120705055730.GA2516@tinyCurrent> <26978.1341470182@elam.kais.kyoto-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <26978.1341470182@elam.kais.kyoto-u.ac.jp> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 46.244.129.177 Cc: freebsd-current@freebsd.org, Hans Petter Selasky Subject: Re: no keyboard after booting r235646 in laptop FS Amilo D 7830 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 08:32:02 -0000 El día Thursday, July 05, 2012 a las 03:36:22PM +0900, Kaho Toshikazu escribió: > Hello Matthias Apitz, and ML members, > > Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B", > and your posted patch may be correct. Please undo your reversion, > and try your patch. Hello Kaho and all, Yes! Now it works after inserting the line shown below: $ dmesg | fgrep kbd kbd1 at kbdmux0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 also the mouse works fine; Thanks for helping me getting to the point. I will later comment the bug report in the issue tracker. Interesting question remains: why it works in the older revision r214444? matthias > > maybe it helps to add a line like this: > > > > static struct isa_pnp_id atkbdc_ids[] = { > > { 0x0303d041, "Keyboard controller (i8042)" }, /* PNP0303 */ > > { 0x2003d041, "Keyboard controller (i8042)" }, /* PNP0320 */ > > + { 0x0b03d041, "Keyboard controller (i8042)" }, /* PNP030B */ > > { 0 } > > > > -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5