Date: Mon, 24 May 2004 19:47:36 -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_acad.c acpi_button.c acpi_ec.c acpi_lid.c Message-ID: <200405250247.i4P2la2m019979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004/05/24 19:47:36 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_acad.c acpi_button.c acpi_ec.c acpi_lid.c Log: Changes to implement 20040514: * Add calls to AcpiSetGpeType. We use wake/run as the type for lid and button switches since wake-only causes Thinkpads to immediately wake on the second suspend. Note that with wake/run, some systems return both wake and device-specific notifies so we don't register for system notifies for lid and button switches. * Remove the hw.acpi.osi_method tunable since it is not needed. * Always print unknown notifies for all types. * Add more cleanup for the EC if it fails to attach. * Use the GPE handle now that we parse it. This allows GPEs to be defined in AML GPE blocks. * Always use ACPI_NOT_ISR since it's ok to acquire a mutex in our thread which processes queued requests. Revision Changes Path 1.146 +16 -17 src/sys/dev/acpica/acpi.c 1.25 +3 -4 src/sys/dev/acpica/acpi_acad.c 1.22 +9 -2 src/sys/dev/acpica/acpi_button.c 1.50 +31 -20 src/sys/dev/acpica/acpi_ec.c 1.18 +8 -2 src/sys/dev/acpica/acpi_lid.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405250247.i4P2la2m019979>