aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-43/+42
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-221-0/+1
* Update Makefile to follow acpica-1115 import.Takanori Watanabe2000-12-051-1/+1
* Makefile for ACPI CA base acpi driver kernel module.Takanori Watanabe2000-10-311-0/+51