Age | Commit message (Expand) | Author |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-20 | nearly complete knf | Theo de Raadt |
2006-12-20 | first steps of knf (trying not to step on jordan's feet too much); ok marco | Theo de Raadt |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-12-20 | oops, name already used | Theo de Raadt |
2006-12-20 | skip the perfect hash for now since it wastes a lot of kernel memory, | Theo de Raadt |
2006-12-20 | rename __acpi_enable_gpe(); ok marco | Theo de Raadt |
2006-12-20 | acpi_unmap_pmregs() is not used, ok marco | Theo de Raadt |
2006-12-19 | slight cleaning | Theo de Raadt |
2006-12-19 | spacing | Gordon Willem Klok |
2006-12-19 | knf + delete unused variables | Theo de Raadt |
2006-12-19 | Add sanity to check for mfg overriden gasio field. | Marco Peereboom |
2006-12-19 | Hook up acpicpu to the hw.setperf mechanism, this allows people running | Gordon Willem Klok |
2006-12-19 | simplify some low-level methods substantially (shrinking code); ok marco jordan | Theo de Raadt |
2006-12-18 | Remove misleading NOTREACHED comments. Sending a signal does not | Can Erkin Acar |
2006-12-18 | our panic() can take stdarg arguments | Theo de Raadt |
2006-12-18 | minor cleaning; ok marco | Theo de Raadt |
2006-12-18 | move proto to the right place | Theo de Raadt |
2006-12-12 | Fix a typo to clean M's out of my tree. | Michael Knudsen |
2006-12-12 | There is no acpiec_notify() function so don't supply a prototype. | Michael Knudsen |
2006-12-12 | - include <sys/proc.h> for tsleep(); | Tom Cosgrove |
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen |
2006-11-29 | Unused global variable. | Miod Vallat |
2006-11-29 | After a long debate at the hackathon it was decided that the acpi implementation | Marco Peereboom |
2006-11-29 | Do not consider unrecognized buttons as lid sensors. ok marco@ | Miod Vallat |
2006-11-28 | Fixed clearing arg for acpi_init_pic | Jordan Hargrave |
2006-11-27 | Post-process PCI config space opregions | Jordan Hargrave |
2006-11-27 | Don't spam dmesg. | Mark Kettenis |
2006-11-27 | Make normal pic interrupt routing work too. | Mark Kettenis |
2006-11-27 | Make AML_CRSLEN return the correct length for small resources. | Mark Kettenis |
2006-11-27 | Add check for acpi pointer. This prevents some ugly panics. | Marco Peereboom |
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave |
2006-11-27 | Added support for parsing _CRS resources | Jordan Hargrave |
2006-11-27 | Handle objrefs in _PRT. | Mark Kettenis |
2006-11-25 | Add mutex. | Marco Peereboom |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-25 | Don't handle acpiev events inside the gpe handler since this causes deadlocks. | Marco Peereboom |
2006-11-25 | Fixed acpiec code for deadlock | Jordan Hargrave |
2006-11-20 | Added 2nd pass for interrupt override scanning | Jordan Hargrave |
2006-11-15 | Hook up acpi apic interrupt routing support to generic acpi code. | Mark Kettenis |
2006-11-15 | dd pseudo-devices to handle acpi apic interrupt routing. | Mark Kettenis |
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom |
2006-11-02 | Kill acpiec attach function and add its functionality to the generic _HID | Marco Peereboom |
2006-11-02 | Fix comments to reflect reality. | Marco Peereboom |
2006-11-02 | Ooops, forgot a debug printf. | Marco Peereboom |
2006-11-02 | Add active cooling support mostly by me with jordan help. | Marco Peereboom |
2006-10-31 | add missing prototype for aml_evalinteger() | Thordur I. Bjornsson |
2006-10-30 | Fix nameref -> objref for forward definition evaluator | Jordan Hargrave |
2006-10-25 | Don't convert buffer/field output to integer | Jordan Hargrave |
2006-10-25 | added deref/index for integer types | Jordan Hargrave |