From owner-cvs-all Tue Sep 26 13:21:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFC0F37B422; Tue, 26 Sep 2000 13:21:19 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43008; Tue, 26 Sep 2000 13:21:19 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009262021.NAA43008@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 26 Sep 2000 13:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi acpi.c acpi.h acpi_powerres.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/26 13:21:19 PDT Modified files: sys/dev/acpi acpi.c acpi.h acpi_powerres.c Log: Add code for device wake capability during sleeping state. - Add acpi_gpe_enable_bit() to manipulate GPE enable registers based on _PRW objects. - Add acpi_set_device_wakecap(). This will manipulate related PowerResource objects and execute _PSW method of the device. - Cleanup and some small fixes. This code was implemented based on 7.2.1 _PRW in spec mainly. Revision Changes Path 1.12 +32 -3 src/sys/dev/acpi/acpi.c 1.8 +24 -1 src/sys/dev/acpi/acpi.h 1.5 +316 -37 src/sys/dev/acpi/acpi_powerres.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message