History log of /haiku/src/add-ons/kernel/bus_managers/acpi/EmbeddedController.h
Revision Date Author Comments
# a4a538db 02-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

ACPI: Avoid discarding a potential error value.

This is part of a new diagnostic I've managed to wire up
that finds all instances of "status_t" function return
values being discarded using attribute trickery and some
creative Clang pragmas. As you might guess, the resultant
errors list is absolutely gigantic, and most of them are
ones where the failure condition will never (that we care
about) be hit.

The ones in this commit likely are no-op changes, but
they were low-hanging fruit spotted while reviewing
the larger list. The next commit will bring more
substantial changes.


# 6172ccc4 01-Sep-2018 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Embedded Controller, sync with FreeBSD

* Tries to handle all pending events at once
* Wait is now polling every mS while waiting


# 73ad2473 05-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

Remove remaining unnecessary 'volatile' qualifiers


# 2bd8cdc1 24-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: switch acpi_object from a struct to a union

* this way the size of acpi_object_type matches the size of ACPI_OBJECT
for 32-bit and 64-bit builds.
* adjust users of the type acpi_object_type.


# 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


# 73ad2473e7874b3702cf5b0fdf4c81b747812ed9 05-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

Remove remaining unnecessary 'volatile' qualifiers


# 2bd8cdc16ba6292d6d13ddf871a101e86b2fd43f 24-Oct-2013 Jérôme Duval <jerome.duval@gmail.com>

acpi: switch acpi_object from a struct to a union

* this way the size of acpi_object_type matches the size of ACPI_OBJECT
for 32-bit and 64-bit builds.
* adjust users of the type acpi_object_type.


# 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