Home | History | Annotate | Line # | Download | only in acpica
README revision 1.6
      1 #	$NetBSD: README,v 1.6 2014/01/18 09:51:08 apb Exp $
      2 
      3 This is the Intel ACPI Component Architecture, Intel's reference
      4 implementation of the core operating system ACPI support.  The
      5 portion in the acpica/ subdirectory is provided by the operating
      6 system as the glue between the OS and the ACPICA.
      7 
      8 Please, do not import an updated ACPICA snapshot from Intel unless
      9 you absolutely know what you're doing -- The Intel directory layout
     10 changes from release to release, and we must munge it (by hand) into
     11 something sane that we can use. The current version of munge is:
     12 
     13 	mv source/* .
     14 	rmdir source
     15 	mv components/* .
     16 	rmdir components
     17 
     18 Please also update ACPI_DATE in include/acapps.h.
     19 
     20 The routines that the operating system must provide are documented
     21 in the following document:
     22 
     23 	Intel Corp., ACPI Component Architecture Programmer Reference
     24 
     25 Copies of the document may be retrieved from:
     26 
     27 	http://www.acpica.org/download/acpica-reference.pdf
     28 
     29 Structure:
     30 
     31 sys/external/bsd/acpica/dist	The imported source
     32 sys/external/bsd/acpica/conf	The config glue
     33 sys/dev/acpi			Device drivers
     34 sys/dev/acpica			OS dependent functions that are required
     35