From owner-cvs-all Thu Oct 4 16:21:16 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 6E1D137B401; Thu, 4 Oct 2001 16:21:09 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94NL9H91596; Thu, 4 Oct 2001 16:21:09 -0700 (PDT) (envelope-from msmith) Message-Id: <200110042321.f94NL9H91596@freefall.freebsd.org> From: Mike Smith Date: Thu, 4 Oct 2001 16:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_ec.c acpi_pcib.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/10/04 16:21:09 PDT Modified files: sys/dev/acpica acpi.c acpi_ec.c acpi_pcib.c Log: Update usage of AcpiEnableEvent to reflect a new argument. Fix acpi_DeviceIsPresent to check for valid _STA data and to check the "present" and "functioning" bits. Use acpi_DeviceIsPresent in acpi_pcib rather than rolling our own (also broken) version. Revision Changes Path 1.42 +8 -5 src/sys/dev/acpica/acpi.c 1.18 +4 -4 src/sys/dev/acpica/acpi_ec.c 1.15 +4 -5 src/sys/dev/acpica/acpi_pcib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message