From owner-svn-src-head@FreeBSD.ORG Tue Feb 5 07:21:24 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4A559611; Tue, 5 Feb 2013 07:21:24 +0000 (UTC) Date: Tue, 5 Feb 2013 07:21:24 +0000 From: Alexey Dokuchaev To: Andriy Gapon Subject: Re: svn commit: r246251 - head/sys/dev/acpica Message-ID: <20130205072124.GA97885@FreeBSD.org> References: <201302021244.r12CiKgj046079@svn.freebsd.org> <20130202125122.GA4975@FreeBSD.org> <20130202151137.GA28366@FreeBSD.org> <510E3A9D.7040005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <510E3A9D.7040005@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 07:21:24 -0000 On Sun, Feb 03, 2013 at 12:23:25PM +0200, Andriy Gapon wrote: > on 02/02/2013 17:11 Alexey Dokuchaev said the following: > > On Sat, Feb 02, 2013 at 12:51:22PM +0000, Alexey Dokuchaev wrote: > >> On Sat, Feb 02, 2013 at 12:44:20PM +0000, Andriy Gapon wrote: > >>> New Revision: 246251 > >>> URL: http://svnweb.freebsd.org/changeset/base/246251 > >>> > >>> Log: > >>> acpi: clear power button status bit after waking up... > >>> so that it is not confused for a new power off request. > > > > Andriy, it appears to me that ACPI code is substantially different between > > 8-stable and head, so the patch cannot be applied as is. [...] > > P.S. logically the new block of code seems to belong to acpi_sleep_machdep() > before intr_restore() call. OK, thanks, I will try to cook something up and report how would it go. ./danfe