From owner-cvs-all Wed Jan 31 1:33: 8 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 66E4737B4EC; Wed, 31 Jan 2001 01:32:44 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0V9WiH45182; Wed, 31 Jan 2001 01:32:44 -0800 (PST) (envelope-from msmith) Message-Id: <200101310932.f0V9WiH45182@freefall.freebsd.org> From: Mike Smith Date: Wed, 31 Jan 2001 01:32:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2001/01/31 01:32:44 PST Modified files: sys/dev/acpica acpi_ec.c Log: Add some debugging. Use acpi_EvaluateInteger where possible. Use FuncName rather than &FuncName when passing function addresses. Don't evaluate the _REG method when we attach to an address space - AcpiInstallAddressSpaceHandler does it for us. Revision Changes Path 1.9 +18 -36 src/sys/dev/acpica/acpi_ec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message