Module Name: src Committed By: jruoho Date: Mon Apr 12 12:14:26 UTC 2010
Modified Files: src/sys/dev/acpi: acpi.c acpi_debug.c acpi_wakedev.c acpivar.h Log Message: Rework the sysctl-support. Changes: hw.wake -> hw.acpi.wake hw.acpi.debug_layer -> hw.acpi.debug.layer hw.acpi.debug_level -> hw.acpi.debug.level Additions: hw.acpi.stat.gpe # Number of dispatched GPEs hw.acpi.stat.sci # Number of SCI interrupts hw.acpi.stat.fixed # Number of fixed events hw.acpi.stat.method # Number of executed methods ok jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/acpi_debug.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_wakedev.c cvs rdiff -u -r1.44 -r1.45 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.