From owner-freebsd-current@FreeBSD.ORG Thu Jul 5 05:57:36 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EFB71065672 for ; Thu, 5 Jul 2012 05:57:36 +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 D27B28FC14 for ; Thu, 5 Jul 2012 05:57:35 +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 1Smf4G-0003E9-WC; Thu, 05 Jul 2012 07:57:33 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id q655vVXI002542; Thu, 5 Jul 2012 07:57:31 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id q655vUhr002541; Thu, 5 Jul 2012 07:57:30 +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 07:57:30 +0200 From: Matthias Apitz To: Kaho Toshikazu , freebsd-current@freebsd.org, Hans Petter Selasky Message-ID: <20120705055730.GA2516@tinyCurrent> References: <20120629133422.GA2233@tiny.Sisis.de> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20120705052833.GA2386@tinyCurrent> 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: 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 05:57:36 -0000 El día Thursday, July 05, 2012 a las 07:28:33AM +0200, Matthias Apitz escribió: > and there is now an entry for "PS2K" (not for "KBC"): > > Device (PS2K) > { > Name (_HID, EisaId ("PNP030B")) > Name (_CID, EisaId ("PNP030B")) > Method (_STA, 0, NotSerialized) > { > ShiftLeft (0x01, 0x0A, Local0) > If (And (IOST, Local0)) > { > Return (0x0F.... > > the full file is here: http://www.unixarea.de/acpidump-r214444.txt 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