aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi/Makefile
Commit message (Expand)AuthorAgeFilesLines
* acpi_system76: Support for acpi-controlled buttons on System76Pouria Mousavizadeh Tehrani2026-03-071-0/+1
* Build acpi kernel modules on aarch64John Baldwin2025-12-261-1/+5
* sys/modules/acpi/Makefile: One line per subdirectoryJohn Baldwin2025-12-261-3/+15
* acpi_sbl_wmi: add a driver to trigger SBL firmware updatesKristof Provost2024-10-151-2/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* acpi_ged: New driver to ACPI generic event deviceTakanori Watanabe2022-10-241-1/+1
* Sort SUBDIR.Jung-uk Kim2016-04-271-3/+3
* Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAlexander Motin2012-07-021-1/+1
* Disconnect acpi.ko from the build on i386. ACPI is now only supported whenJohn Baldwin2010-11-081-5/+1
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).Rui Paulo2010-07-251-1/+1
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.Rui Paulo2010-06-251-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-231-2/+2
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-3/+4
* Hook acpi gadget driver modules to other acpi archs.Takanori Watanabe2006-12-181-7/+3
* Clarify the error message when trying to build an ACPI module on amd64Ed Maste2006-11-101-1/+1
* Hook acpi_aiboost module to build.Takanori Watanabe2006-10-301-2/+2
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-151-1/+1
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-181-1/+1
* Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perfNate Lawson2005-02-241-1/+1
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.Nate Lawson2005-02-041-1/+2
* Connect acpi_ibm to build.Takanori Watanabe2004-12-091-1/+1
* PC98 does not have ACPI.Yoshihiro Takahashi2004-11-151-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-151-1/+1
* Make it clear that the acpi modules can only be compiled on i386.Scott Long2004-11-141-0/+8
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-111-1/+1
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-1/+1
* Hook up acpi_asus and its manual page in two more places I managed to overlookPhilip Paeps2004-04-231-1/+1
* Hook acpi_video up to the build.Nate Lawson2004-03-011-1/+1
* Hook up acpi_toshibaNate Lawson2004-01-121-1/+1
* Move the acpi module down a directory. This will allow us to importNate Lawson2003-12-241-76/+2
* Remove SMP option support from building the ACPI module as it is no longerJohn Baldwin2003-12-051-3/+0
* Add madt.c to the list of sources for i386.John Baldwin2003-12-031-0/+3
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches theNate Lawson2003-11-261-2/+5
* Implement Cx CPU idle states and updated throttling support.Nate Lawson2003-11-151-1/+2
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. ThisNate Lawson2003-08-291-3/+2
* Fix the ACPI_DEBUG build for the non-module case. Move the #define intoNate Lawson2003-07-151-1/+1
* Fix build with ACPI_DEBUG option.Nate Lawson2003-07-141-2/+2
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device toJohn Baldwin2003-07-081-1/+1
* Support functions for the new ACPI import.Nate Lawson2003-04-291-18/+17
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-051-0/+1
* Removed explicit rule for creating a null opt_bus.h. kmod.mk does thisBruce Evans2002-08-271-4/+2
* Have to create opt_bus.h for sys/bus.h to be happy. *sigh*John Baldwin2002-08-261-1/+3
* Oops, forgot to hook up the ACPI PCI bus in the module.John Baldwin2002-08-261-3/+3
* Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes.John Baldwin2002-08-261-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-301-16/+26
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-1/+1
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-1/+1
* Add OS layer ACPI mutex and threading support.Mitsuru IWASAKI2001-12-221-0/+6
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-0/+1