Sat Jan 18 09:51:08 2014 UTC ()
+ Please also update ACPI_DATE in include/acapps.h.


(apb)
diff -r1.5 -r1.6 src/sys/dev/acpi/acpica/README

cvs diff -r1.5 -r1.6 src/sys/dev/acpi/acpica/README (expand / switch to unified diff)

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