From owner-freebsd-acpi@freebsd.org Fri Nov 23 17:41:11 2018 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B0FB114D29F for ; Fri, 23 Nov 2018 17:41:11 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3835B6DE07 for ; Fri, 23 Nov 2018 17:41:11 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E9E7D114D29C; Fri, 23 Nov 2018 17:41:10 +0000 (UTC) Delivered-To: acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D826E114D29B; Fri, 23 Nov 2018 17:41:10 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF226DE03; Fri, 23 Nov 2018 17:41:10 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: from smtp.freebsd.org (c-73-25-164-31.hsd1.or.comcast.net [73.25.164.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bwidawsk) by smtp.freebsd.org (Postfix) with ESMTPSA id C718416AF3; Fri, 23 Nov 2018 17:41:09 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Date: Fri, 23 Nov 2018 09:41:05 -0800 From: Ben Widawsky To: Mateusz Piotrowski <0mp@freebsd.org> Cc: ml@vishwin.info, acpi@freebsd.org, current@freebsd.org Subject: Re: ACPI Error: No handler for Region [ECOR] Message-ID: <20181123174105.jnxcruyn3xuhzqvw@smtp.freebsd.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 3835B6DE07 X-Spamd-Result: default: False [0.25 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_MEDIUM(0.48)[0.481,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_SPAM_SHORT(0.42)[0.422,0]; NEURAL_HAM_LONG(-0.65)[-0.653,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 17:41:11 -0000 On 18-11-23 16:42:22, Mateusz Piotrowski wrote: > On Tue, 20 Nov 2018 at 15:47, Charlie Li wrote: > > > Somewhere between r340491 and r340650, probably starting from r340595, > > my ThinkPad W550s started spewing these messages repeatedly in the > > system log since boot: > > > > ... > > > > As a result, I am now unable to query battery information at the very > > least. r340490 is my last built revision with this working. > > > > There's a bug report for a similar issue after r330957: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227191 This is unrelated. The issue in this thread has to do with a regression I introduced when an ECDT, and an EC device is present (not uncommon). I am going to post a review momentarily for this.