Age | Commit message (Expand) | Author |
2017-08-17 | Make dwiic(4) attach its ACPI parent dependencies. | Stefan Sperling |
2017-08-09 | Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[] | David Coppa |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-20 | Start a list of isa(4) device names such that we can avoid printing them | Mark Kettenis |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |
2017-04-08 | Two prototypes for acpi_maptable; merge to one place | Theo de Raadt |
2017-03-27 | Now that hibernate_alloc() only has clean success/failure, don't | Theo de Raadt |
2017-03-13 | allow ramdisks to build; ok jcs | Theo de Raadt |
2017-03-12 | try to attach acpisbs first and if successful, don't attach acpibat | Joshua Stein |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2017-01-14 | Revert aml_rdpciaddr changes; breaks several machines that were working | Mark Kettenis |
2017-01-11 | Increase the size of the buffers used for _HID and _CID strings to be | Jonathan Gray |
2017-01-08 | Make aml_rdpciaddr() work for for devices behind bridges. The code now | Mark Kettenis |
2016-10-25 | Add the resource index to aml_parse_resource() callback function. | Paul Irofti |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-08-31 | Don't put a device in the wake device list if _STA says it's not there. | Mike Larkin |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-06-10 | The power management timer has been made optional in ACPI 5.0A, so don't | Mark Kettenis |
2016-05-08 | Make sure devices listed by a device's _DEP method are attached before | Mark Kettenis |
2016-04-25 | We attach acpihpet(4) and acpiec(4) without using the HID, so do not | Paul Irofti |
2016-04-02 | Reduce dmesg spam by knocking out some acpi hardware IDs that don't need a | Mark Kettenis |
2016-03-29 | Check if a device is present (using _STA) in acpi_foundhid. This prevents | Mark Kettenis |
2016-03-29 | Implement a cleaner way to prevent acpivout(4) from attaching if we have | Mark Kettenis |
2016-03-28 | Adding each and every new acpi device driver to acpi_foundhid() is | Mark Kettenis |
2016-01-17 | Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdisk | Jonathan Gray |
2016-01-17 | remove an unused global variable | Jonathan Gray |
2016-01-14 | Attach dwiic(4) on the Intel Bay Trail i2c controllers as well. | Mark Kettenis |
2016-01-12 | Improve emulation of PM registers on Hardware-redcued ACPI by emulating | Mark Kettenis |
2016-01-12 | Add dwiic, a driver for the Synopsys DesignWare i2c controller found | Joshua Stein |
2016-01-11 | Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF". | Mark Kettenis |
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis |
2016-01-06 | Follow the spec and check the SCI_EN bit to see if ACPI has already | Mark Kettenis |
2015-11-23 | Back out the CRITICAL change, turn it back from 10% to 25%. Some | Reyk Floeter |
2015-11-22 | The "CRITICAL" APM battery level, that is exported/faked by the ACPI | Reyk Floeter |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-06 | clarify malloc arguments (base + length...) | Theo de Raadt |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-20 | Respect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-07-29 | Something subtle in previous revision is locking up suspend or booting | Theo de Raadt |
2015-07-21 | iRespect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-07-17 | fix comments | Mike Larkin |
2015-03-26 | Use the 0x10 extended capability to determine if the trackstick | Jonathan Gray |
2015-03-20 | The ACPI standard says that a PCI function number of FFFF can be used to refer | Mark Kettenis |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |