| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-25 | fix unused | christos |
| 2013-10-16 | remove unused variable | christos |
| 2012-09-23 | locate PCI buses and determine their bus numbers using the info | chs |
| 2012-08-14 | Use KM_SLEEP. | jruoho |
| 2012-04-10 | Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. | jruoho |
| 2011-11-14 | add a machdep.dmi sysctl tree with the following read-only keys: | jmcneill |
| 2011-10-18 | clear fixed events and disable GPEs before re-enabling interrupts on resume | jmcneill |
| 2011-08-05 | Turns out all we need is AcpiClearEvent in the right place, | jakllsch |
| 2011-08-05 | As we add a handler for the ACPI fixed feature button events, | jakllsch |
| 2011-08-01 | add support for reset registers in PCI config space | jmcneill |
| 2011-07-17 | "successfully" spell "succesfully" in a comment. | jakllsch |
| 2011-06-21 | Rename acpi_get_node() to acpi_match_node() for consistency. | jruoho |
| 2011-06-14 | Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702. | jruoho |
| 2011-06-13 | Call _PDC only after AcpiInitializeObjects(ACPI_FULL_INITIALIZATION). | jruoho |
| 2011-06-12 | Move the evaluation of the _PDC control method out from the acpicpu(4) | jruoho |
| 2011-06-03 | Flush CPU caches before entering S1, as noted in the specifications. | jruoho |
| 2011-05-31 | Fix a bug where the S1 state was exited via AcpiLeaveSleepState() with | jruoho |
| 2011-02-27 | Move acpicpu(4) from "acpinodebus" to "cpufeaturebus". | jruoho |
| 2011-02-20 | Use kmem(9). Also retire ACPI_PCI_FIXUP and PCI_INTR_FIXUP_DISABLED #ifdefs. | jruoho |
| 2011-02-20 | Add quirk support for _OSI strings introduced in ACPICA 20110211. While | jruoho |
| 2011-02-19 | Revisit the wake-device code once more. | jruoho |
| 2011-02-17 | As explained in the new ACPICA documentation, as of ACPICA 20101207, the | jruoho |
| 2011-02-15 | Reset the firmware waking vector on resume. Adapted from FreeBSD and Linux. | jruoho |
| 2011-01-17 | Add a driver for ACPI "Watchdog Resource Table" devices. | jmcneill |
| 2011-01-13 | Clean-up acpi_print(). XXX: The 'acpiverbose' module is still broken... | jruoho |
| 2011-01-13 | Scan for docking stations. | jruoho |
| 2011-01-13 | Do not try to attach more ACPI CPUs than the amount of "real" CPUs. | jruoho |
| 2011-01-11 | Disable all GPEs when entering S5. Also add a comment that the function | jruoho |
| 2011-01-06 | Split the code that makes a string from ACPI_DEVICE_INFO::Name to a function. | jruoho |
| 2011-01-06 | Move the ACPI_ACTIVATE_DEV block around for clarity. | jruoho |
| 2011-01-05 | Adjust previous slightly. | jruoho |
| 2011-01-05 | Make a two-pass scan for acpinodebus. This should ensure that devices such | jruoho |
| 2011-01-03 | Scan for devices that are "hot-pluggable". | jruoho |
| 2011-01-02 | Use "real" device names for the hw.acpi.wake and hw.acpi.power sysctl(8) | jruoho |
| 2010-12-31 | Move the ACPI sleep-specific sysctl variables to hw.acpi.sleep. The old | jruoho |
| 2010-10-24 | Simplify acpi_enter_sleep_state() and guard it against NULL pointer | jruoho |
| 2010-10-12 | Merge ACPI display driver. Provides generic support for brightness | gsutre |
| 2010-10-02 | Drop _HID requirement for attachment under acpi(4). From now on, | gsutre |
| 2010-09-06 | Add support for blacklisting ACPI BIOS implementations by year. By default, | jmcneill |
| 2010-08-24 | Initialize acpi_force_load so that it gets allocated in the data segment | pgoyette |
| 2010-08-22 | Don't put devices in the ignored IDs list just because no driver exists. | jmcneill |
| 2010-08-21 | Update the various xxx_verbose modules to conform to the module subsystem's | pgoyette |
| 2010-08-09 | acpi_pcidev_scan: attach PCI information only to working devices. | gsutre |
| 2010-08-07 | Do not try to disable ACPI if we can not enter to legacy mode. While it is | jruoho |
| 2010-08-07 | Fix build failure. | jruoho |
| 2010-08-07 | Reorganize: also the APIC tables will be dumped in ACPIVERBOSE, and the | jruoho |
| 2010-08-06 | Simplify the acpiverbose module. | jruoho |
| 2010-08-06 | Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this | jruoho |
| 2010-08-06 | Fix prototypes; SYSCTLFN_ARGS -> SYSCTLFN_PROTO. | jruoho |