From owner-freebsd-current@freebsd.org Tue Jan 3 16:23:29 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DAAC9D4A2; Tue, 3 Jan 2017 16:23:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E2751D39; Tue, 3 Jan 2017 16:23:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id B98251FE002; Tue, 3 Jan 2017 17:23:18 +0100 (CET) Subject: Re: ACPI Error on HP ProBook 430 G2 To: "Moore, Robert" , Edward Tomasz Napierala , "O. Hartmann" References: <20161220150920.jkugbdrqnm3fkaqe@vzakharov> <20161220173402.64bfb602@thor.walstatt.dynvpn.de> <20161221111430.GB26106@brick> <94F2FBAB4432B54E8AACC7DFDE6C92E37E54938B@ORSMSX110.amr.corp.intel.com> <94F2FBAB4432B54E8AACC7DFDE6C92E37E5498DD@ORSMSX110.amr.corp.intel.com> <7867f8ae-0f1a-5406-119f-9c75c311a14a@selasky.org> <94F2FBAB4432B54E8AACC7DFDE6C92E37E54AA59@ORSMSX110.amr.corp.intel.com> Cc: "freebsd-acpi@freebsd.org" , "freebsd-current@freebsd.org" , Vladimir Zakharov From: Hans Petter Selasky Message-ID: Date: Tue, 3 Jan 2017 17:22:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <94F2FBAB4432B54E8AACC7DFDE6C92E37E54AA59@ORSMSX110.amr.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 16:23:29 -0000 On 01/03/17 16:26, Moore, Robert wrote: > Not sure I understand. The fix has been committed, and is part of version 20161222. > > Hi Robert, From what I can see that patches have been pushed to the following branch, vendor-sys/acpica/20161222/, see: https://svnweb.freebsd.org/changeset/base/310451 But not yet to "master" (12-current) ? Is that correct? My console has been filling up with messages like this: > ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20161117/dswexec-498) > ACPI Error: Method parse/execution failed [\134_SB.PCI0.LPCB.H_EC._Q50] (Node 0xfffff800047fce40), AE_AML_OPERAND_TYPE (20161117/psparse-560) > acpi_ec0: evaluation of query method _Q50 failed: AE_AML_OPERAND_TYPE over the holidays, so I assume that means the previous version of ACPI, 20161117 which the 20161222 version is supposed to fix. --HPS