aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi
Commit message (Expand)AuthorAgeFilesLines
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-233-2/+20
* Fix a typo from the previous commit.Jung-uk Kim2009-06-161-1/+1
* Sync acpi(4) kld module Makefile with conf/options.Jung-uk Kim2009-06-161-3/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-0510-21/+21
* Fix a few problems related to building modules in /sys/modules (notNick Hibma2009-02-121-1/+1
* Rewrite the EC driver event model. The main goal is to avoidNate Lawson2007-09-241-0/+3
* Make acpica include path relative, not absolute.Nate Lawson2007-06-241-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-222-41/+39
* Hook acpi gadget driver modules to other acpi archs.Takanori Watanabe2006-12-182-7/+8
* 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
* Driver for some ASUS desktop motherboard extras.Takanori Watanabe2006-10-301-0/+9
* Dike out WARNS from kernel module makefiles. Kernels and modulesRuslan Ermilov2006-05-305-5/+0
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-152-1/+10
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-1/+0
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-5/+6
* Tie acpi_hpet.c into the module and kernel.Poul-Henning Kamp2005-10-311-1/+2
* Hook acpi_smbat up to the build.Nate Lawson2005-10-231-1/+1
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
* Fix separate module build.Mark Santcroos2005-05-091-0/+5
* Pick up the selectors to use for various kernel segments from assym.sIan Dowse2005-04-221-2/+2
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-182-1/+11
* Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perfNate Lawson2005-02-243-15/+3
* Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.koNate Lawson2005-02-061-2/+3
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.Nate Lawson2005-02-042-1/+13
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Make this compile when you don't have /sys.Warner Losh2004-12-131-1/+1
* Remove the addition of ACPI_DEBUG that was accidentally added in the lastScott Long2004-12-131-1/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.Scott Long2004-12-131-0/+1
* Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUGScott Long2004-12-131-1/+2
* Connect acpi_ibm to build.Takanori Watanabe2004-12-091-1/+1
* Add IBM Laptop extra device driver.Takanori Watanabe2004-12-091-0/+8
* this should have been deleted a while agoWarner Losh2004-11-181-9/+0
* PC98 does not have ACPI.Yoshihiro Takahashi2004-11-151-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-155-4/+13
* 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-112-1/+10
* Bump WARNS to 2 for all other ACPI drivers and minor cleanup.Nate Lawson2004-08-034-16/+20
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-212-1/+10
* Set WARNS=2 for the module build of ACPI.Mark Santcroos2004-07-011-0/+1
* Add glue for building acpi_quirk.cNate Lawson2004-06-301-2/+2
* Add acpi_if.h dependencies to module build.Nate Lawson2004-06-294-4/+5
* Enable the led-toggling magic. Compiling files which are in the kernel intoPhilip Paeps2004-04-231-3/+2
* Hook up acpi_asus and its manual page in two more places I managed to overlookPhilip Paeps2004-04-231-1/+1
* Missed this out in my last commit. Makefile for the acpi_asus driver.Philip Paeps2004-04-221-0/+10
* Divide the drivers into essential (pci, thermal) and mobile (lid,Nate Lawson2004-04-211-5/+10
* Hook acpi_video up to the build.Nate Lawson2004-03-011-1/+1
* Add the ACPI standard video extensions driver. I've done some style cleanupNate Lawson2004-03-011-0/+11
* Clean all the object files whether or not ACPI_DEBUG is specified.Nate Lawson2004-02-281-1/+1
* Include "../Makefile.inc" to propagate the configuration to subdirectories.Yoshihiro Takahashi2004-01-131-0/+3