From owner-cvs-all Tue May 29 13:13:49 2001 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 0FCD837B423; Tue, 29 May 2001 13:13:44 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4TKDh481733; Tue, 29 May 2001 13:13:43 -0700 (PDT) (envelope-from msmith) Message-Id: <200105292013.f4TKDh481733@freefall.freebsd.org> From: Mike Smith Date: Tue, 29 May 2001 13:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_processor.c acpi_resource.c acpi_thermal.c acpi_timer.c acpivar.h src/sys/dev/acpica/Osd OsdBusMgr.c OsdInterrupt.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/05/29 13:13:43 PDT Modified files: sys/dev/acpica acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_processor.c acpi_resource.c acpi_thermal.c acpi_timer.c acpivar.h sys/dev/acpica/Osd OsdBusMgr.c OsdInterrupt.c OsdSchedule.c OsdSynch.c Log: - Updates for new constant naming in the ACPI CA 20010518 update. - Use __func__ instead of __FUNCTION. - Support power-off to S3 or S5 (takawata) - Enable ACPI debugging earlier (with a sysinit) - Fix a deadlock in the EC code (takawata) - Improve arithmetic and reduce the risk of spurious wakeup in AcpiOsSleep. - Add AcpiOsGetThreadId. - Simplify mutex code (still disabled). Revision Changes Path 1.17 +30 -31 src/sys/dev/acpica/acpi.c 1.4 +6 -1 src/sys/dev/acpica/acpi_acad.c 1.3 +6 -6 src/sys/dev/acpica/acpi_button.c 1.5 +7 -1 src/sys/dev/acpica/acpi_cmbat.c 1.11 +21 -23 src/sys/dev/acpica/acpi_ec.c 1.4 +6 -6 src/sys/dev/acpica/acpi_isa.c 1.6 +5 -5 src/sys/dev/acpica/acpi_lid.c 1.7 +4 -4 src/sys/dev/acpica/acpi_pcib.c 1.5 +9 -9 src/sys/dev/acpica/acpi_processor.c 1.3 +20 -20 src/sys/dev/acpica/acpi_resource.c 1.6 +6 -6 src/sys/dev/acpica/acpi_thermal.c 1.5 +4 -4 src/sys/dev/acpica/acpi_timer.c 1.5 +8 -1 src/sys/dev/acpica/acpivar.h 1.3 +9 -9 src/sys/dev/acpica/Osd/OsdBusMgr.c 1.3 +4 -4 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.8 +18 -8 src/sys/dev/acpica/Osd/OsdSchedule.c 1.7 +8 -16 src/sys/dev/acpica/Osd/OsdSynch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message