History log of /dflybsd-src/sys/dev/acpica/acpi_hp/acpi_hp.c (Results 1 – 8 of 8)
Revision Date Author Comments
# ed183f8c 23-Oct-2019 Sascha Wildner <saw@online.de>

world/kernel: Use the rounddown() macro in various places.

Tested-by: zrj


# a639f788 09-Jan-2017 Matthew Dillon <dillon@apollo.backplane.com>

acpi - Incidental MPSAFE

* Make ACPI devices MPSAFE (use a private token).

* Make the ACPI interupt MPSAFE.


# 57e09377 07-Aug-2016 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Cleanup gcc warnings

* Cleanup gcc warnings at higher optimization levels. This will allow
us to build kernels -O2 or -O3.


# b1722b2a 24-Feb-2015 Imre Vadasz <imre@vdsz.com>

acpi_hp(4): Fix detaching, by adding the missing sysctl_ctx_free call.


# 0742f40d 26-Nov-2014 Imre Vadasz <imre@vdsz.com>

kernel/acpi: Add missing ACPI_SERIAL_INIT calls for lock initialization.


# 28a0299d 26-May-2014 Sascha Wildner <saw@online.de>

kernel/acpi: Remove some unneeded code in acpi_hp.


# d3c9c58e 20-Feb-2013 Sascha Wildner <saw@online.de>

kernel: Use DEVMETHOD_END in the drivers.


# 5db2f26e 03-Jan-2013 Sascha Wildner <saw@online.de>

kernel: Move sys/dev/acpica5 to sys/dev/acpica.

The 5 used to indicate that it was imported from FreeBSD 5 but that
doesn't matter anymore.

In-discussion-with: sephe