Home | History | Annotate | only in /src/sys/dev/acpi/acpica
Up to higher level directory
NameDateSize
acpi_func.h10-May-20232.9K
files.acpica17-Feb-2011461
OsdEnvironment.c21-Aug-20212.7K
OsdHardware.c23-Jun-20246.4K
OsdInterrupt.c20-Mar-20184.7K
OsdMemory.c22-Apr-20123.6K
OsdMisc.c25-Jan-201710.8K
OsdSchedule.c31-Dec-20214.6K
OsdStream.c23-Mar-20062.5K
OsdSynch.c18-Aug-20097.9K
README24-Feb-20251.2K

README

      1 #	$NetBSD: README,v 1.7 2025/02/24 14:41:29 christos 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 This is done using the acpica2netbsd script
     19 Please also update ACPI_DATE in include/acapps.h.
     20 
     21 The routines that the operating system must provide are documented
     22 in the following document:
     23 
     24 	Intel Corp., ACPI Component Architecture Programmer Reference
     25 
     26 Copies of the document may be retrieved from:
     27 
     28 	http://www.acpica.org/download/acpica-reference.pdf
     29 
     30 Structure:
     31 
     32 external/bsd/acpica		The iasl build glue
     33 sys/external/bsd/acpica/dist	The imported source
     34 sys/external/bsd/acpica/conf	The config glue
     35 sys/dev/acpi			Device drivers
     36 sys/dev/acpica			OS dependent functions that are required
     37