Date: Mon, 30 Jul 2001 01:59:43 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h Message-ID: <200107300859.f6U8xhS15605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107300859.f6U8xhS15605>
