From owner-cvs-all@FreeBSD.ORG Fri May 28 00:05:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0621D16A4CE; Fri, 28 May 2004 00:05:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11C943D39; Fri, 28 May 2004 00:05:17 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4S74Aqk061553; Fri, 28 May 2004 00:04:10 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4S74AXA061552; Fri, 28 May 2004 00:04:10 -0700 (PDT) (envelope-from njl) Message-Id: <200405280704.i4S74AXA061552@repoman.freebsd.org> From: Nate Lawson Date: Fri, 28 May 2004 00:04:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpi_lid.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 28 May 2004 07:05:18 -0000 njl 2004/05/28 00:04:09 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_button.c acpi_lid.c acpivar.h Log: Update the new suspend/resume GPE methods to properly limit the GPE based on the destination sleep state. Add a method to restore the old state on resume. This is needed for the case of suspending to a very low state disabling a GPE (i.e. S4), resuming, and then suspending to a higher state (i.e. S3). This case should now keep the proper GPEs enabled. Revision Changes Path 1.152 +62 -16 src/sys/dev/acpica/acpi.c 1.25 +1 -0 src/sys/dev/acpica/acpi_button.c 1.21 +1 -0 src/sys/dev/acpica/acpi_lid.c 1.68 +1 -0 src/sys/dev/acpica/acpivar.h