index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
2010-03-19
Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).
cnst
2010-03-17
Silence errors from the integer evaluations in case the objects are not found.
jruoho
2010-03-17
Print also the so-called "granularity" values when the _BIF is evaluated.
jruoho
2010-03-17
Remove the technology "sensor" (a fixed constant). Report this information
jruoho
2010-03-17
Remove the timer-based check in the sensor refresh routine. We henceforth
jruoho
2010-03-17
Fix the testing of temporarily unknown values.
jruoho
2010-03-17
Move the low and warning capacity sensors to the limits framework provided
jruoho
2010-03-16
Remove the call to AcpiGetType() in acpi_make_devnode(). This is the same
jruoho
2010-03-16
Remove unused headers.
jruoho
2010-03-16
With the intent of making 'struct acpi_devnode' as the central place for
jruoho
2010-03-14
Remove setting of edata->monitor since that member no longer exists.
pgoyette
2010-03-10
Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missing
jruoho
2010-03-10
Some pretty printing for ACPIVERBOSE.
jruoho
2010-03-09
Remove the namespace scopes.
jruoho
2010-03-08
Add missing (FreeBSD) license. Ok jmcneill@.
jruoho
2010-03-08
register aibs(4) with pmf(9) to quiet the latter down; reported Dieter Roelants
cnst
2010-03-08
Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one.
jruoho
2010-03-08
Remove unused struct sysctllog from the softc.
jruoho
2010-03-08
Add a detachment routine.
jruoho
2010-03-05
Add the _COMPONENT definition and missing prototypes. Some related cosmetics.
jruoho
2010-03-05
Preparing a device for wakeup involves:
jruoho
2010-03-05
Add missing license.
jruoho
2010-03-05
Remove <dev/acpi/acpica.h> from all files. It is included from
jruoho
2010-03-05
As pointed out by Rhialto, "degrees Kelvin" is redundant. So fix a
pgoyette
2010-03-05
Protect all header files against multiple inclusions.
jruoho
2010-03-04
Remove ACPI_BUT_DEBUG by using ACPI_DEBUG_PRINT(x) instead.
jruoho
2010-03-04
Add missing semicolon.
jruoho
2010-03-04
Cleanup:
jruoho
2010-03-04
Fix two memory leaks.
jruoho
2010-03-04
Fix ACPI_DEBUG build failures reported by Greg A. Woods.
jruoho
2010-03-04
This really should be ACPI_BUS_COMPONENT
pgoyette
2010-03-04
Fix this correctly. Thanks jruoho@
pgoyette
2010-03-04
Provide the _COMPONENT definition and use ACPI_FREE(x) instead of
jruoho
2010-03-04
Replace ACPI_FREE() with AcpiOsFree() so we no longer need to define
pgoyette
2010-03-03
Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.
jruoho
2010-03-03
Refactor acpi_make_devnode() to make it a little more readable.
jruoho
2010-03-02
Format string cosmetics (mainly from %d to %u).
jruoho
2010-03-01
Destroy the callout(9) when detaching. Also evaluate the removal of the
jruoho
2010-03-01
Semantics:
jruoho
2010-02-28
Introduce support for ACPI kernel modules.
jruoho
2010-02-28
Use native functions instead of polluting the namespace with ACPICA-macros.
jruoho
2010-02-28
Cleanup:
jruoho
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-18
Print correct temperature value, and properly display negative temperatures.
pgoyette
2010-02-18
Enhance DPRINTF to use AcpiFormatException as suggested in PR kern/40130
pgoyette
2010-02-14
Adapt to changes in sysmon's limit structure.
pgoyette
2010-02-11
remove unnecessary AIBS_MONLIMITS ifdefs, no binary change; ok pgoyette
cnst
2010-02-09
* s/misformed/malformed/;
cnst
2010-02-09
use ACPI_INTEGER and PRIx64, and check success of sensor_attach; suggested...
cnst
2010-02-09
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
cnst
[next]