History log of /dflybsd-src/sys/bus/smbus/smbacpi/smbacpi.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 806343b9 28-Sep-2018 Sascha Wildner <saw@online.de>

Sync ACPICA with Intel's version 20180927:

* Fix a regression in GPE support seen from the previous
"Stop unconditionally clearing ACPI IRQs during suspend/resume"
change.

* Update execution of

Sync ACPICA with Intel's version 20180927:

* Fix a regression in GPE support seen from the previous
"Stop unconditionally clearing ACPI IRQs during suspend/resume"
change.

* Update execution of _REG methods to be more conformant to the
ACPI spec.

* Update Generic Serial Bus implementation.

* In iasl, detect extraneous/reduntant usage of Offset() in Field
Unit lists.

For detailed list, please see sys/contrib/dev/acpica/changes.txt.

show more ...


# 98eefd6f 02-Apr-2016 Imre Vadász <imre@vdsz.com>

smbacpi: Implement I2cSerialBus ACPI support module. For use by ig4(4).

* Registers just the ACPI operation region handler, no ACPI resource
handling yet.