Update ACPI build wrappers to use new ACPICA code.
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 12 Mar 2005 14:33:40 +0000 (14:33 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 12 Mar 2005 14:33:40 +0000 (14:33 +0000)
commitb18b56bdc4d12eddd4b16c9d95cc041af449c130
tree56070a5751d43c779d6d6db556467675375140cc
parent6713c274c53448722789abbfe60e1fe95f8a7977
Update ACPI build wrappers to use new ACPICA code.

Submitted-by: Craig Dooley <xlnxminusx [at] gmail.com>
Add a small patch for userland ACPI tools by me, to compile
osunixxf.c . The absence of working AeLocalGetRootPointer() only
affects AcpiOsGetRootPointer() in userland ACPI tools. For kernel
module it's implemented in /sys/${ARCH}/acpica5/OsdEnvironment.c .
The callers of AcpiOsGetRootPointer() properly check anyway to see
if the returned pointer is valid, so making it no-op doesn't make
a problem.
sys/dev/acpica5/Osd/OsdInterrupt.c
sys/dev/acpica5/Osd/OsdSchedule.c
sys/dev/acpica5/acpi_acad.c
sys/dev/acpica5/acpi_cmbat.c
sys/dev/acpica5/acpi_thermal.c
usr.sbin/acpi/acpidb/Makefile
usr.sbin/acpi/acpidb/osunixxf.c.patch [new file with mode: 0644]