summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device tojhb2003-07-081-1/+1
* Support functions for the new ACPI import.njl2003-04-291-18/+17
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-051-0/+1
* Removed explicit rule for creating a null opt_bus.h. kmod.mk does thisbde2002-08-271-4/+2
* Have to create opt_bus.h for sys/bus.h to be happy. *sigh*jhb2002-08-261-1/+3
* Oops, forgot to hook up the ACPI PCI bus in the module.jhb2002-08-261-3/+3
* Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes.jhb2002-08-261-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-16/+26
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-1/+1
* Add generalized power profile code.iwasaki2002-03-041-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-0/+6
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-0/+1
* Update to reflect files added/removed with the 20011018 ACPI CA update.msmith2001-10-311-2/+3
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-2/+2
* Update list of sources to match 20010920 snapshot.msmith2001-10-041-2/+2
* Use MACHINE_ARCH instead of MACHINE to fix pc98 module.nyan2001-09-061-3/+3
* Update for slightly changed ACPI OSD module. Make debugging code conditionalmsmith2001-08-301-13/+22
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-1/+6
* Ha! This time, I remembered the ACPI module. Update the sources listmsmith2001-07-071-4/+4
* Follow Mike's commit by adding acpi_powerres.c.takawata2001-06-281-1/+1
* Fix include path for recent acpica update.takawata2001-05-301-1/+1
* New files for the ACPI CA 20010518 update.msmith2001-05-291-28/+24
* Zap some bad examples:peter2001-02-041-3/+0
* Update the module Makefile to reflect the state of things from the lastscottl2001-01-311-4/+4
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-43/+42
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-221-0/+1
* Update Makefile to follow acpica-1115 import.takawata2000-12-051-1/+1
* Makefile for ACPI CA base acpi driver kernel module.takawata2000-10-311-0/+51
OpenPOWER on IntegriCloud