Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
While there, fix a typo. ok gwk | |||
2006-12-12 | - include <sys/proc.h> for tsleep(); | Tom Cosgrove | |
- change the defs of LHS, RHS, DST and DST2 to be AML_*. Noted by Marco S Hyman on misc@, these allow ACPI to be compiled into RAMDISK kernels. Suggestion for AML_ rename (to avoid name clash with TIMEZONE's DST, which was noted by someone else a while ago, but I forget who) from jordan@. ok marco@, jordan@ | |||
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen | |
complain, clean up, and bail out of attach. input and ok gwk | |||
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 | |
is not concurrent if the sensors thread goes away. This makes acpi completly lockless. help and ok dlg | |||
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 | |
ok kettenis@ | |||
2006-11-27 | Post-process PCI config space opregions | Jordan Hargrave | |
Fixed acpiprt for stinky presario v3000 ok marco@ | |||
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 | |
ok jordan@ | |||
2006-11-27 | Add check for acpi pointer. This prevents some ugly panics. | Marco Peereboom | |
ok ketennis. | |||
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave | |
Post-parse fixup for namerefs ok kettenis@ | |||
2006-11-27 | Added support for parsing _CRS resources | Jordan Hargrave | |
Post-parsing fixup for forward name references | |||
2006-11-27 | Handle objrefs in _PRT. | Mark Kettenis | |
ok jordan@ | |||
2006-11-25 | Add mutex. | Marco Peereboom | |
prodded dlg, ok jordan | |||
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵ | Niklas Hallqvist | |
multi-ioapic systems. ok kettenis | |||
2006-11-25 | Don't handle acpiev events inside the gpe handler since this causes deadlocks. | Marco Peereboom | |
ok jordan@ | |||
2006-11-25 | Fixed acpiec code for deadlock | Jordan Hargrave | |
acpiec events are handled at GPE/thread context, no longer need wakeup cVS: ---------------------------------------------------------------------- | |||
2006-11-20 | Added 2nd pass for interrupt override scanning | Jordan Hargrave | |
ok kettenis@ | |||
2006-11-15 | Hook up acpi apic interrupt routing support to generic acpi code. | Mark Kettenis | |
ok jordan@ | |||
2006-11-15 | dd pseudo-devices to handle acpi apic interrupt routing. | Mark Kettenis | |
ok jordan@ | |||
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom | |
ok jordan | |||
2006-11-02 | Kill acpiec attach function and add its functionality to the generic _HID | Marco Peereboom | |
device attach prodded and ok jordan | |||
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 | |
Add initial passive cooling trending formulas by jordan. ok jordan@ | |||
2006-10-31 | add missing prototype for aml_evalinteger() | Thordur I. Bjornsson | |
ok macro@ | |||
2006-10-30 | Fix nameref -> objref for forward definition evaluator | Jordan Hargrave | |
ok marco@ | |||
2006-10-25 | Don't convert buffer/field output to integer | Jordan Hargrave | |
Caused problems with strings/index on some systems | |||
2006-10-25 | added deref/index for integer types | Jordan Hargrave | |
2006-10-24 | Condense get functions into a single function. This is ahead of retrieving | Marco Peereboom | |
remaining threshold values. ok jordan | |||
2006-10-24 | KNF | Marco Peereboom | |
2006-10-24 | Work around PR 5268 by printing "bad string" instead of panicing. There is | Marco Peereboom | |
no meanigful way of calling aml_die so we need to isolate these machines instead. ok jordan | |||
2006-10-24 | Added stack trace to aml_die+acpidebug | Jordan Hargrave | |
ok marco@ | |||
2006-10-23 | Reduced memory allocations for temporary values | Jordan Hargrave | |
2006-10-19 | Reduce the scope of the locks. | Marco Peereboom | |
2006-10-19 | KNF and some cleanup | Marco Peereboom | |
2006-10-19 | Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol | Marco Peereboom | |
as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ | |||
2006-10-19 | Fixed AML debugger code to use new interface | Jordan Hargrave | |
ok marco@ | |||
2006-10-19 | Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. | Marco Peereboom | |
ok jordan | |||
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave | |
Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ | |||
2006-10-19 | Fixed acpitz match function | Jordan Hargrave | |
ok marco@ | |||
2006-10-19 | Merged target/terminal handling code | Jordan Hargrave | |
Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ | |||
2006-10-16 | added amltypes.h stack mod | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | fix broken scope braces | Jordan Hargrave | |
added debug print to gasio ok marco@ | |||
2006-10-15 | Fixed buggy if-else end scope | Jordan Hargrave | |
Fixed multi-level deref/index for thinkpads Some KNF ok marco@ | |||
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | Remove extra increment of bitmask. ok jordan@ | Can Erkin Acar | |