Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | delete unnccessary include | 2010-07-13 | 1 | -3/+1 | |
| | |||||
* | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | 2009-12-05 | 1 | -2/+2 | |
| | | | | fixes Thinkpad SL300, maybe others | ||||
* | Fix dmesg printing of error. | 2009-12-01 | 1 | -2/+3 | |
| | |||||
* | Fix $OpenBSD$ for once and for all | 2008-06-11 | 1 | -1/+1 | |
| | |||||
* | slight cleaning | 2006-12-19 | 1 | -4/+2 | |
| | |||||
* | Spacing cleanup. | 2005-07-10 | 1 | -2/+2 | |
| | |||||
* | Start on a basic ACPI framework -- does not do much more than read out the | 2005-06-02 | 1 | -0/+42 | |
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@ |