Name Date Size #Lines LOC

..--

OsdEnvironment.cH A D09-Jul-20242.7 KiB9325

OsdHardware.cH A D09-Jul-20246.4 KiB296163

OsdInterrupt.cH A D09-Jul-20244.7 KiB15475

OsdMemory.cH A D09-Jul-20243.6 KiB15150

OsdMisc.cH A D09-Jul-202410.8 KiB421180

OsdSchedule.cH A D09-Jul-20244.6 KiB20294

OsdStream.cH A D09-Jul-20242.5 KiB8728

OsdSynch.cH A D09-Jul-20247.9 KiB332155

READMEH A D09-Jul-20241.1 KiB3524

acpi_func.hH A D09-Jul-20242.9 KiB9750

files.acpicaH A D09-Jul-2024461 1310

README

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