summaryrefslogtreecommitdiff
path: root/sys/modules/acpi
Commit message (Expand)AuthorAgeFilesLines
* MFC: Hook cpufreq up to the build as well as the acpi_throttle driver.Nate Lawson2005-02-251-2/+2
* 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
* Hook up acpi_toshibaNate Lawson2004-01-121-1/+1
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,Nate Lawson2004-01-111-0/+9
* Always clean all files, including ones under ACPI_DEBUG when doing aNate Lawson2004-01-081-7/+9
* Use double quotes instead of single quotes for echos to build optionsBruce Evans2003-12-291-1/+1
* Move the acpi module down a directory. This will allow us to importNate Lawson2003-12-242-76/+81
* 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
* Update to reflect files added/removed with the 20011018 ACPI CA update.Mike Smith2001-10-311-2/+3
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-2/+2
* Update list of sources to match 20010920 snapshot.Mike Smith2001-10-041-2/+2
* Use MACHINE_ARCH instead of MACHINE to fix pc98 module.Yoshihiro Takahashi2001-09-061-3/+3
* Update for slightly changed ACPI OSD module. Make debugging code conditionalMike Smith2001-08-301-13/+22
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-201-1/+6
* Ha! This time, I remembered the ACPI module. Update the sources listMike Smith2001-07-071-4/+4
* Follow Mike's commit by adding acpi_powerres.c.Takanori Watanabe2001-06-281-1/+1
* Fix include path for recent acpica update.Takanori Watanabe2001-05-301-1/+1
* New files for the ACPI CA 20010518 update.Mike Smith2001-05-291-28/+24
* Zap some bad examples:Peter Wemm2001-02-041-3/+0
* Update the module Makefile to reflect the state of things from the lastScott Long2001-01-311-4/+4