From owner-cvs-all@FreeBSD.ORG Tue Mar 20 06:56:51 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D829016A400 for ; Tue, 20 Mar 2007 06:56:51 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id A592313C45E for ; Tue, 20 Mar 2007 06:56:51 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 60407 invoked from network); 20 Mar 2007 04:32:11 -0000 Received: from ppp-71-139-35-160.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.35.160) by root.org with ESMTPA; 20 Mar 2007 04:32:11 -0000 Message-ID: <45FF63C3.1010108@root.org> Date: Mon, 19 Mar 2007 21:32:03 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: taku@tackymt.homeip.net References: <200703200058.l2K0wKKc088187@repoman.freebsd.org> <6eb82e0703192026y20655dbfpb81c1e48864eca17@mail.gmail.com> In-Reply-To: <6eb82e0703192026y20655dbfpb81c1e48864eca17@mail.gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Rong-en Fan , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_ec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 06:56:51 -0000 Rong-en Fan wrote: > On 3/20/07, Nate Lawson wrote: >> njl 2007-03-20 00:58:20 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_ec.c >> Log: >> If we got an OBE/IBF event, we failed to re-enable the GPE. This would >> cause the EC to stop handling future events because the GPE stayed >> masked. >> Set a flag when queueing a GPE handler since it will ultimately >> re-enable >> the GPE. In all other cases, re-enable it ourselves. I reworked the >> patch from the submitter. >> >> Submitted by: Rong-en Fan > > Thank you, but this was originally provided by > > "YAMAMOTO, Taku / 山本 拓" > > on freebsd-mobile@. Yamamoto-san, thank you for your work in tracking this down. Please contact me any time you have other ideas about the acpi code. Thanks, Nate