Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave | |
ok marco@ | |||
2006-06-30 | Added new code for GPE handling | Jordan Hargrave | |
Also works with ACPIEC; need to fixup acpiec.c to remove original interrupt handler ok marco@ | |||
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave | |
ok marco@ | |||
2006-05-29 | Add embedded controller support. | Can Erkin Acar | |
ok marco@ deraadt@ testing & ok gwk@ | |||
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok | |
detected at attach time, currently unused. ok marco@ | |||
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok | |
appropriate time in acpi_enter_sleep_state(). ok marco@ | |||
2006-02-22 | Added new aml_register_notify to handle call-by-ID | Jordan Hargrave | |
Moved powerdown code to button device ok marco@ | |||
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom | |
2006-02-20 | Fixed structure size for sleep states (bad grange!) | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | jordan: | Marco Peereboom | |
Enable interrupts. Added peripheral code to make this work. marco: Replace softintr and other types of interrupts with a handler with context. Fixed interrupt magic for GPEs. Some KNF This is work done by jordan and I but has to be a single commit. | |||
2006-02-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom | |
from jordan@ | |||
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave | |
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||
2006-01-18 | Added new evaluation routines | Jordan Hargrave | |
Added helper methods for buffer/field evaluation Fixed broken indentation on dsdt.c ok marco@ | |||
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave | |
ok marco@ | |||
2006-01-06 | One definition for sleeping states in acpireg.h is enough. | Alexander Yurchenko | |
2006-01-05 | Find SLP_TYPx values and store them for future use in | Alexander Yurchenko | |
acpi_enter_sleep_state(). | |||
2005-12-30 | make ACPI_DEBUG compile | Ted Unangst | |
2005-12-28 | oops. forgot this. part of dsdt parsing changes | Jordan Hargrave | |
ok marco@ | |||
2005-12-16 | Added hooks for powerdown/power button press | Jordan Hargrave | |
2005-12-16 | Cleaned up common power management register i/o | Jordan Hargrave | |
Added enter sleep state ioctl Hooked power button interrupt ok marco@ | |||
2005-12-14 | KNF | Marco Peereboom | |
2005-12-13 | Add glue to attach devices to apci. | Marco Peereboom | |
2005-07-10 | Spacing cleanup. | Alexander Yurchenko | |
2005-07-10 | Protect from multiple inclusion. | Alexander Yurchenko | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ |