Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-26 | Print _PCT & _PPC. | Marco Peereboom | |
2006-02-26 | Add GRD and PCT structures. | Marco Peereboom | |
2006-02-26 | Print only MHz. Idea from jsg@ | Marco Peereboom | |
2006-02-26 | Delete some debug printing that wasn't compiling. | Marco Peereboom | |
2006-02-26 | Print ACPI cpu name during dmesg as well. | Marco Peereboom | |
2006-02-26 | Add acpicpu as a device. | Marco Peereboom | |
ok jordan@ | |||
2006-02-26 | Print core frequency and power usage during dmesg. | Marco Peereboom | |
2006-02-26 | Add acpicpu device. Remains disabled. | Marco Peereboom | |
ok jordan@ | |||
2006-02-26 | Add _PSS. | Marco Peereboom | |
2006-02-25 | Ugh, missed some { } | Marco Peereboom | |
Made spurrious interrupt message more useful | |||
2006-02-23 | Pre-parsing PCI address for opregion | Jordan Hargrave | |
ok marco@ | |||
2006-02-23 | remove dead function. | Marco Peereboom | |
ok jordan@ | |||
2006-02-22 | Print out all tables it found during autoconf. We'll need this data in | Marco Peereboom | |
the future. | |||
2006-02-22 | Make dmesg less verbose. | Marco Peereboom | |
ok jordan. | |||
2006-02-22 | Added parsing of SSDT tables | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Added new aml_register to notify by device id | Jordan Hargrave | |
Moved powerdown code to button device 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-22 | Rework notify handler. | Marco Peereboom | |
Use jordan's new notify register function. ok jordan@ | |||
2006-02-22 | Added notify callback for A/C device | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Add insertion and removal events for batteries. | Marco Peereboom | |
Some cleanup & KNF. | |||
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | Added button type field | Jordan Hargrave | |
KNF Fixed parent notify callback for GEN interrupts ok marco@ | |||
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | Marco Peereboom | |
KNF | |||
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | Marco Peereboom | |
KNF | |||
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom | |
2006-02-21 | Adjust debugging levels to something more reasonable. | Marco Peereboom | |
2006-02-21 | Print the parent name which is way more useful than the node name. | Marco Peereboom | |
E.a: _LID instead of _HID. | |||
2006-02-20 | Calling parseint instead of parseval for getpciaddr | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Added aml_bufcmp buffer comparisons | Jordan Hargrave | |
Added getpciaddr for pci opregions ok marco@ | |||
2006-02-20 | Fix a typo cbproc -> proc. Found by drahn@ | Marco Peereboom | |
ok jordan@ | |||
2006-02-20 | Fixed structure size for sleep states (bad grange!) | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Display device name for button attach | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom | |
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | Fix acpi_enter_sleep_state() by replacing current ugly hack | Alexander Yurchenko | |
with mostly correct sleeping state transition code. ok brad@ 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 | Remove earlier introduced delays. We really only need them during autconf. | Marco Peereboom | |
ok jordan@ | |||
2006-02-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom | |
from jordan@ | |||
2006-02-17 | Add sensors output. This is for debug only and will be removed later. | Marco Peereboom | |
2006-02-17 | Better comments. | Marco Peereboom | |
2006-02-17 | Propogate some values through the sysctl hw.sesnsors interface for debug | Marco Peereboom | |
purposes. This will be removed later and replaced with something better. | |||
2006-02-17 | Use tsleep instead of delay when !cold. | Marco Peereboom | |
2006-02-17 | Argh, we need delays between reads/writes. The backend reads (i2c most likely) | Marco Peereboom | |
are so slow that values come back as 0 sometimes. We have to do this despite the spec saying we shouldnt have to. Guess having a faster parser than others can hurt sometimes. Idea from jordan. | |||
2006-02-17 | Fixed code for handling _INI | Jordan Hargrave | |
Rearranged debug statements ok marco@ | |||
2006-02-17 | Detect if battery slot is available but without a battery in it. | Marco Peereboom | |
ok jordan | |||
2006-02-16 | Added stub for calling _INI | Jordan Hargrave | |
Fixed aml_dowhile for NULL return ok marco@ | |||
2006-02-16 | Print useful information during boot about the battery and power supply. | Marco Peereboom | |
ok jordan. | |||
2006-02-16 | Fixed parser/evaluator to retrieve battery info+state | Jordan Hargrave | |
Cleanup of parser Dell laptops return battery status ok marco@ | |||
2006-02-16 | Adjust debug levels to something sane. | Marco Peereboom | |