Module Name: src Committed By: msaitoh Date: Mon Sep 29 18:28:15 UTC 2014
Modified Files: src/sys/dev/acpi [netbsd-6]: acpi_ec.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1122): sys/dev/acpi/acpi_ec.c: revision 1.73 Register a null power handler if acpiec fails to attach. On one of my machines, there's no _GPE method, so acpiec_parse_gpe_package fails, and the only function acpiec(4) serves is to inhibit suspend/resume. XXX We should really put the power handlers in the cfattach so that it's not necessary to register a null power handler in every error branch of every device's attach routine... To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.71.8.1 src/sys/dev/acpi/acpi_ec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.