History log of /haiku/src/add-ons/kernel/bus_managers/acpi/Device.cpp
Revision Date Author Comments
# 8f6d6057 30-Mar-2020 Jérôme Duval <jerome.duval@gmail.com>

acpi: add walk_namespace bus and device method

Change-Id: I03fa43e0ba9b37f6db43f6ff16bbca892684cc49
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2446
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 9b29611f 18-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

ACPI: Set handle to NULL.

There is a (probably non-viable) case where it might not get initialized
by the function and then potentially used, so set it to NULL to silence
Clang.


# cb4d33ca 30-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: create fake acpi devices for FADT power and sleep buttons.

* adjust ACPIDeviceModule to accept nodes without ACPI_DEVICE_PATH_ITEM.


# ce2d7d5a 21-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: use walk_resources to find embedded controller I/O ports.

* export walk_resources and use it
* removed SmallResourceData
* added embedded controller module for x86_64


# cad6c2c5 14-Jul-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Fix compilation after rename and switch to cpp.


# 775afec4 14-Jul-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Simplify source file names and go from .c to .cpp


# cb4d33ca2676ecb675c647520784d384e032d9d9 30-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: create fake acpi devices for FADT power and sleep buttons.

* adjust ACPIDeviceModule to accept nodes without ACPI_DEVICE_PATH_ITEM.


# ce2d7d5ac8d220cb661fd12529fd5c88f5d80d6e 21-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: use walk_resources to find embedded controller I/O ports.

* export walk_resources and use it
* removed SmallResourceData
* added embedded controller module for x86_64


# cad6c2c536aba66ada9eb1e65e1ba7bc62ff0feb 14-Jul-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Fix compilation after rename and switch to cpp.


# 775afec4cc4fbd33e3a1d42d9376b089963e76fe 14-Jul-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Simplify source file names and go from .c to .cpp