summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
Commit message (Expand)AuthorAgeFilesLines
* Dike out WARNS from kernel module makefiles. Kernels and modulesru2006-05-305-5/+0
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-152-1/+10
* NO_MAN is not needed here.ru2006-03-161-1/+0
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-5/+6
* Tie acpi_hpet.c into the module and kernel.phk2005-10-311-1/+2
* Hook acpi_smbat up to the build.njl2005-10-231-1/+1
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
* Fix separate module build.marks2005-05-091-0/+5
* Pick up the selectors to use for various kernel segments from assym.siedowse2005-04-221-2/+2
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.philip2005-03-182-1/+11
* Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perfnjl2005-02-243-15/+3
* Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.konjl2005-02-061-2/+3
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-042-1/+13
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Make this compile when you don't have /sys.imp2004-12-131-1/+1
* Remove the addition of ACPI_DEBUG that was accidentally added in the lastscottl2004-12-131-1/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-131-0/+1
* Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUGscottl2004-12-131-1/+2
* Connect acpi_ibm to build.takawata2004-12-091-1/+1
* Add IBM Laptop extra device driver.takawata2004-12-091-0/+8
* this should have been deleted a while agoimp2004-11-181-9/+0
* PC98 does not have ACPI.nyan2004-11-151-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-155-4/+13
* Make it clear that the acpi modules can only be compiled on i386.scottl2004-11-141-0/+8
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-112-1/+10
* Bump WARNS to 2 for all other ACPI drivers and minor cleanup.njl2004-08-034-16/+20
* Add the ACPI Panasonic extras driver.nyan2004-07-212-1/+10
* Set WARNS=2 for the module build of ACPI.marks2004-07-011-0/+1
* Add glue for building acpi_quirk.cnjl2004-06-301-2/+2
* Add acpi_if.h dependencies to module build.njl2004-06-294-4/+5
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-3/+2
* Hook up acpi_asus and its manual page in two more places I managed to overlookphilip2004-04-231-1/+1
* Missed this out in my last commit. Makefile for the acpi_asus driver.philip2004-04-221-0/+10
* Divide the drivers into essential (pci, thermal) and mobile (lid,njl2004-04-211-5/+10
* Hook acpi_video up to the build.njl2004-03-011-1/+1
* Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-0/+11
* Clean all the object files whether or not ACPI_DEBUG is specified.njl2004-02-281-1/+1
* Include "../Makefile.inc" to propagate the configuration to subdirectories.nyan2004-01-131-0/+3
* Hook up acpi_toshibanjl2004-01-121-1/+1
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+9
* Always clean all files, including ones under ACPI_DEBUG when doing anjl2004-01-081-7/+9
* Use double quotes instead of single quotes for echos to build optionsbde2003-12-291-1/+1
* Move the acpi module down a directory. This will allow us to importnjl2003-12-242-76/+81
* Remove SMP option support from building the ACPI module as it is no longerjhb2003-12-051-3/+0
* Add madt.c to the list of sources for i386.jhb2003-12-031-0/+3
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-2/+5
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-1/+2
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+2
* Fix the ACPI_DEBUG build for the non-module case. Move the #define intonjl2003-07-151-1/+1
* Fix build with ACPI_DEBUG option.njl2003-07-141-2/+2
OpenPOWER on IntegriCloud