NetBSD/sys/dev/acpi/acpica
christos 7481a22a73 The new acpi code tries to read the pci configuration registers in the
acpi_probe() phase, before acpi_softc is allocated. Detect this and use
a NULL chipset handle instead of crashing.
2016-01-26 22:52:14 +00:00
..
acpi_func.h
files.acpica
OsdEnvironment.c
OsdHardware.c The new acpi code tries to read the pci configuration registers in the 2016-01-26 22:52:14 +00:00
OsdInterrupt.c
OsdMemory.c
OsdMisc.c merge new acpica 2016-01-09 21:14:12 +00:00
OsdSchedule.c merge new acpica 2016-01-09 21:14:12 +00:00
OsdStream.c
OsdSynch.c
README

#	$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