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