| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
after discussions with beck deraadt kettenis.
|
|
|
|
|
|
|
| |
(used only when ACPI_DEBUG is enabled)
From a diff on tech@ by Fabian Raetz, with a minor change by me, tested
on i386 and amd64 with ACPI_DEBUG enabled and disabled.
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
| |
and enumerate the sensors. When available aibs is using the RTMP, RVLT,
and RFAN nodes else in new mode GGRP, GITM, and SITM are used.
Tested by me and japser@ on old HW and me and Mattieu Baptiste on new HW.
OK deraadt@
|
|
|
|
|
|
|
|
| |
operations must currently operate under the acpi thread. So use
aml_register_notify with ACPI_POLL for now -- it is a horrific hack of
an interface, but now that all drivers are unified to use it, we can
consider improving it.
tested by jasper and claudio
|
|
|
|
|
|
|
| |
Fixes build with gcc4 which otherwise optimises away the modifications
to it, discovered by jakemsr@.
ok marco jsg
|
| |
|
| |
|
|
with sensor state support through limits provided by the ACPI.
Tested on several ASUS motherboards kindly networked by Sam Fourman Jr.
ok deraadt marco jordan
|