Date: Fri, 28 May 2004 00:04:09 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpi_lid.c acpivar.h Message-ID: <200405280704.i4S74AXA061552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405280704.i4S74AXA061552>