Sat Jan 9 21:14:12 2016 UTC ()
merge new acpica


(christos)
diff -r1.11 -r1.12 src/sys/external/bsd/acpica/conf/files.acpica

cvs diff -r1.11 -r1.12 src/sys/external/bsd/acpica/conf/files.acpica (expand / switch to unified diff)

--- src/sys/external/bsd/acpica/conf/files.acpica 2015/08/28 02:33:59 1.11
+++ src/sys/external/bsd/acpica/conf/files.acpica 2016/01/09 21:14:12 1.12
@@ -1,30 +1,29 @@ @@ -1,30 +1,29 @@
1# $NetBSD: files.acpica,v 1.11 2015/08/28 02:33:59 uebayasi Exp $ 1# $NetBSD: files.acpica,v 1.12 2016/01/09 21:14:12 christos Exp $
2 2
3define acpica 3define acpica
4makeoptions acpi CPPFLAGS+="-I$S/external/bsd/acpica/dist/include" 4makeoptions acpi CPPFLAGS+="-I$S/external/bsd/acpica/dist/include"
5 5
6prefix external/bsd/acpica/dist 6prefix external/bsd/acpica/dist
7 7
8# common/ 8# common/
9file common/ahids.c acpica 9file common/ahids.c acpica
10file common/ahuuids.c acpica & acpi_debug & ddb 10file common/ahuuids.c acpica & acpi_debug & ddb
11 11
12# debugger/ 12# debugger/
13file debugger/dbcmds.c acpica & acpi_debug & ddb 13file debugger/dbcmds.c acpica & acpi_debug & ddb
14file debugger/dbconvert.c acpica & acpi_debug & ddb 14file debugger/dbconvert.c acpica & acpi_debug & ddb
15file debugger/dbdisply.c acpica & acpi_debug & ddb 15file debugger/dbdisply.c acpica & acpi_debug & ddb
16file debugger/dbexec.c acpica & acpi_debug & ddb 16file debugger/dbexec.c acpica & acpi_debug & ddb
17file debugger/dbfileio.c acpica & acpi_debug & ddb 
18file debugger/dbhistry.c acpica & acpi_debug & ddb 17file debugger/dbhistry.c acpica & acpi_debug & ddb
19file debugger/dbinput.c acpica & acpi_debug & ddb 18file debugger/dbinput.c acpica & acpi_debug & ddb
20file debugger/dbmethod.c acpica & acpi_debug & ddb 19file debugger/dbmethod.c acpica & acpi_debug & ddb
21file debugger/dbnames.c acpica & acpi_debug & ddb 20file debugger/dbnames.c acpica & acpi_debug & ddb
22file debugger/dbobject.c acpica & acpi_debug & ddb 21file debugger/dbobject.c acpica & acpi_debug & ddb
23file debugger/dbstats.c acpica & acpi_debug & ddb 22file debugger/dbstats.c acpica & acpi_debug & ddb
24file debugger/dbtest.c acpica & acpi_debug & ddb 23file debugger/dbtest.c acpica & acpi_debug & ddb
25file debugger/dbutils.c acpica & acpi_debug & ddb 24file debugger/dbutils.c acpica & acpi_debug & ddb
26file debugger/dbxface.c acpica & acpi_debug & ddb 25file debugger/dbxface.c acpica & acpi_debug & ddb
27 26
28# disassembler/ 27# disassembler/
29file disassembler/dmbuffer.c acpica & acpi_debug & ddb 28file disassembler/dmbuffer.c acpica & acpi_debug & ddb
30file disassembler/dmcstyle.c acpica & acpi_debug & ddb 29file disassembler/dmcstyle.c acpica & acpi_debug & ddb
@@ -86,26 +85,27 @@ file executer/exnames.c acpica @@ -86,26 +85,27 @@ file executer/exnames.c acpica
86file executer/exoparg1.c acpica 85file executer/exoparg1.c acpica
87file executer/exoparg2.c acpica 86file executer/exoparg2.c acpica
88file executer/exoparg3.c acpica 87file executer/exoparg3.c acpica
89file executer/exoparg6.c acpica 88file executer/exoparg6.c acpica
90file executer/exprep.c acpica 89file executer/exprep.c acpica
91file executer/exregion.c acpica 90file executer/exregion.c acpica
92file executer/exresnte.c acpica 91file executer/exresnte.c acpica
93file executer/exresolv.c acpica 92file executer/exresolv.c acpica
94file executer/exresop.c acpica 93file executer/exresop.c acpica
95file executer/exstore.c acpica 94file executer/exstore.c acpica
96file executer/exstoren.c acpica 95file executer/exstoren.c acpica
97file executer/exstorob.c acpica 96file executer/exstorob.c acpica
98file executer/exsystem.c acpica 97file executer/exsystem.c acpica
 98file executer/extrace.c acpica
99file executer/exutils.c acpica 99file executer/exutils.c acpica
100 100
101# hardware/ 101# hardware/
102file hardware/hwacpi.c acpica 102file hardware/hwacpi.c acpica
103file hardware/hwesleep.c acpica 103file hardware/hwesleep.c acpica
104file hardware/hwgpe.c acpica 104file hardware/hwgpe.c acpica
105file hardware/hwpci.c acpica 105file hardware/hwpci.c acpica
106file hardware/hwregs.c acpica 106file hardware/hwregs.c acpica
107file hardware/hwsleep.c acpica 107file hardware/hwsleep.c acpica
108file hardware/hwtimer.c acpica 108file hardware/hwtimer.c acpica
109file hardware/hwvalid.c acpica 109file hardware/hwvalid.c acpica
110file hardware/hwxface.c acpica 110file hardware/hwxface.c acpica
111file hardware/hwxfsleep.c acpica 111file hardware/hwxfsleep.c acpica