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