| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump WARNS to 2 for all other ACPI drivers and minor cleanup. | njl | 2004-08-03 | 4 | -16/+20 |
* | Add the ACPI Panasonic extras driver. | nyan | 2004-07-21 | 2 | -1/+10 |
* | Set WARNS=2 for the module build of ACPI. | marks | 2004-07-01 | 1 | -0/+1 |
* | Add glue for building acpi_quirk.c | njl | 2004-06-30 | 1 | -2/+2 |
* | Add acpi_if.h dependencies to module build. | njl | 2004-06-29 | 4 | -4/+5 |
* | Enable the led-toggling magic. Compiling files which are in the kernel into | philip | 2004-04-23 | 1 | -3/+2 |
* | Hook up acpi_asus and its manual page in two more places I managed to overlook | philip | 2004-04-23 | 1 | -1/+1 |
* | Missed this out in my last commit. Makefile for the acpi_asus driver. | philip | 2004-04-22 | 1 | -0/+10 |
* | Divide the drivers into essential (pci, thermal) and mobile (lid, | njl | 2004-04-21 | 1 | -5/+10 |
* | Hook acpi_video up to the build. | njl | 2004-03-01 | 1 | -1/+1 |
* | Add the ACPI standard video extensions driver. I've done some style cleanup | njl | 2004-03-01 | 1 | -0/+11 |
* | Clean all the object files whether or not ACPI_DEBUG is specified. | njl | 2004-02-28 | 1 | -1/+1 |
* | Include "../Makefile.inc" to propagate the configuration to subdirectories. | nyan | 2004-01-13 | 1 | -0/+3 |
* | Hook up acpi_toshiba | njl | 2004-01-12 | 1 | -1/+1 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+9 |
* | Always clean all files, including ones under ACPI_DEBUG when doing a | njl | 2004-01-08 | 1 | -7/+9 |
* | Use double quotes instead of single quotes for echos to build options | bde | 2003-12-29 | 1 | -1/+1 |
* | Move the acpi module down a directory. This will allow us to import | njl | 2003-12-24 | 2 | -76/+81 |
* | Remove SMP option support from building the ACPI module as it is no longer | jhb | 2003-12-05 | 1 | -3/+0 |
* | Add madt.c to the list of sources for i386. | jhb | 2003-12-03 | 1 | -0/+3 |
* | * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches the | njl | 2003-11-26 | 1 | -2/+5 |
* | Implement Cx CPU idle states and updated throttling support. | njl | 2003-11-15 | 1 | -1/+2 |
* | Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This | njl | 2003-08-29 | 1 | -3/+2 |
* | Fix the ACPI_DEBUG build for the non-module case. Move the #define into | njl | 2003-07-15 | 1 | -1/+1 |
* | Fix build with ACPI_DEBUG option. | njl | 2003-07-14 | 1 | -2/+2 |
* | Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device to | jhb | 2003-07-08 | 1 | -1/+1 |
* | Support functions for the new ACPI import. | njl | 2003-04-29 | 1 | -18/+17 |
* | Add code for ACPI PCI link object manipulation. | iwasaki | 2002-10-05 | 1 | -0/+1 |
* | Removed explicit rule for creating a null opt_bus.h. kmod.mk does this | bde | 2002-08-27 | 1 | -4/+2 |
* | Have to create opt_bus.h for sys/bus.h to be happy. *sigh* | jhb | 2002-08-26 | 1 | -1/+3 |
* | Oops, forgot to hook up the ACPI PCI bus in the module. | jhb | 2002-08-26 | 1 | -3/+3 |
* | Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes. | jhb | 2002-08-26 | 1 | -1/+1 |
* | Resolve conflicts arising from the ACPI CA 20020725 import. | iwasaki | 2002-07-30 | 1 | -16/+26 |
* | Resolve conflicts arising from the ACPI CA 20020611 import. | iwasaki | 2002-07-09 | 1 | -1/+1 |
* | Add generalized power profile code. | iwasaki | 2002-03-04 | 1 | -1/+1 |
* | Add OS layer ACPI mutex and threading support. | iwasaki | 2001-12-22 | 1 | -0/+6 |
* | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. | iwasaki | 2001-11-06 | 1 | -0/+1 |
* | Update to reflect files added/removed with the 20011018 ACPI CA update. | msmith | 2001-10-31 | 1 | -2/+3 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 1 | -2/+2 |
* | Update list of sources to match 20010920 snapshot. | msmith | 2001-10-04 | 1 | -2/+2 |
* | Use MACHINE_ARCH instead of MACHINE to fix pc98 module. | nyan | 2001-09-06 | 1 | -3/+3 |
* | Update for slightly changed ACPI OSD module. Make debugging code conditional | msmith | 2001-08-30 | 1 | -13/+22 |
* | Add ACPI S2-S4BIOS Suspend/Resume code. | takawata | 2001-07-20 | 1 | -1/+6 |
* | Ha! This time, I remembered the ACPI module. Update the sources list | msmith | 2001-07-07 | 1 | -4/+4 |
* | Follow Mike's commit by adding acpi_powerres.c. | takawata | 2001-06-28 | 1 | -1/+1 |
* | Fix include path for recent acpica update. | takawata | 2001-05-30 | 1 | -1/+1 |
* | New files for the ACPI CA 20010518 update. | msmith | 2001-05-29 | 1 | -28/+24 |
* | Zap some bad examples: | peter | 2001-02-04 | 1 | -3/+0 |
* | Update the module Makefile to reflect the state of things from the last | scottl | 2001-01-31 | 1 | -4/+4 |
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -43/+42 |