From owner-cvs-all Wed Jan 31 1:31:20 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 4D86437B491; Wed, 31 Jan 2001 01:30:58 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0V9Uwd45012; Wed, 31 Jan 2001 01:30:58 -0800 (PST) (envelope-from msmith) Message-Id: <200101310930.f0V9Uwd45012@freefall.freebsd.org> From: Mike Smith Date: Wed, 31 Jan 2001 01:30:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_acad.c acpi_cmbat.c acpi_lid.c acpi_pcib.c acpi_timer.c acpivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2001/01/31 01:30:58 PST Modified files: sys/dev/acpica acpi.c acpi_acad.c acpi_cmbat.c acpi_lid.c acpi_pcib.c acpi_timer.c acpivar.h Log: ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes acpi_EvaluateInteger. Use acpi_EvaluateInteger instead of doing things the hard way where possible. AcpiSetSystemSleepState (unofficial) becomes AcpiEnterSleepState. Use the AcpiGbl_FADT pointer rather than searching for the FADT. Revision Changes Path 1.12 +12 -12 src/sys/dev/acpica/acpi.c 1.3 +2 -2 src/sys/dev/acpica/acpi_acad.c 1.3 +3 -3 src/sys/dev/acpica/acpi_cmbat.c 1.4 +3 -14 src/sys/dev/acpica/acpi_lid.c 1.6 +3 -3 src/sys/dev/acpica/acpi_pcib.c 1.4 +4 -15 src/sys/dev/acpica/acpi_timer.c 1.4 +2 -2 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message