From owner-cvs-all Mon Jul 30 1:59:50 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 BF56C37B401; Mon, 30 Jul 2001 01:59:43 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6U8xhS15605; Mon, 30 Jul 2001 01:59:43 -0700 (PDT) (envelope-from msmith) Message-Id: <200107300859.f6U8xhS15605@freefall.freebsd.org> From: Mike Smith Date: Mon, 30 Jul 2001 01:59:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h 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/07/30 01:59:43 PDT Modified files: sys/dev/acpica acpi.c acpivar.h Log: - Prevent the ACPI code from being loaded as a module other than at boot time. Loading as a module once the system is up and running doesn't make any sense. - Fix acpi_FindIndexedResource (it would only check the first resource), changes the calling interface. - Add a new helper function (acpi_AppendBufferResource) to help building buffers containing resources. Revision Changes Path 1.28 +120 -11 src/sys/dev/acpica/acpi.c 1.15 +5 -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