NetBSD/sys/dev/acpi/acpica
2014-01-18 09:51:08 +00:00
..
acpi_func.h Revert the previous partially for the time being. 2010-07-24 21:53:53 +00:00
files.acpica Switch acpi(4) to use the new location of ACPICA. 2011-02-17 07:34:42 +00:00
OsdEnvironment.c Follow IA-64 with the x86-specific ACPI MD functions and move these where 2011-06-12 11:31:30 +00:00
OsdHardware.c Add new functions 2013-12-27 18:53:25 +00:00
OsdInterrupt.c
OsdMemory.c As in Linux, prevent BIOS from trying to map addresses beyond ULONG_MAX. 2012-04-22 06:33:04 +00:00
OsdMisc.c use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpica 2013-12-27 20:55:59 +00:00
OsdSchedule.c Add new functions 2013-12-27 18:53:25 +00:00
OsdStream.c
OsdSynch.c
README + Please also update ACPI_DATE in include/acapps.h. 2014-01-18 09:51:08 +00:00

#	$NetBSD: README,v 1.6 2014/01/18 09:51:08 apb Exp $

This is the Intel ACPI Component Architecture, Intel's reference
implementation of the core operating system ACPI support.  The
portion in the acpica/ subdirectory is provided by the operating
system as the glue between the OS and the ACPICA.

Please, do not import an updated ACPICA snapshot from Intel unless
you absolutely know what you're doing -- The Intel directory layout
changes from release to release, and we must munge it (by hand) into
something sane that we can use. The current version of munge is:

	mv source/* .
	rmdir source
	mv components/* .
	rmdir components

Please also update ACPI_DATE in include/acapps.h.

The routines that the operating system must provide are documented
in the following document:

	Intel Corp., ACPI Component Architecture Programmer Reference

Copies of the document may be retrieved from:

	http://www.acpica.org/download/acpica-reference.pdf

Structure:

sys/external/bsd/acpica/dist	The imported source
sys/external/bsd/acpica/conf	The config glue
sys/dev/acpi			Device drivers
sys/dev/acpica			OS dependent functions that are required