Module Name: src Committed By: jruoho Date: Sun Jan 2 06:05:47 UTC 2011
Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c acpi_wakedev.c Log Message: Use "real" device names for the hw.acpi.wake and hw.acpi.power sysctl(8) trees. For instance, instead of hw.acpi.wake.DURT, we have hw.acpi.wake.wm0 for wm(4). This is a temporary solution, but without solving the big abstraction questions, this is the best we can do. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpi_power.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/acpi/acpi_wakedev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.