Add a debug knob debug.acpi.avoid.paths, a variant of debug.acpi.avoid
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 16 Apr 2005 08:17:02 +0000 (08:17 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Sat, 16 Apr 2005 08:17:02 +0000 (08:17 +0000)
commit7beeeb163123683dc991ec457a0298e4411c61e3
tree32a90a60356daa50b63d73ca416f8756282376eb
parent4b0370e17d3578dd8f1f0966663b495c3b885b3c
Add a debug knob debug.acpi.avoid.paths, a variant of debug.acpi.avoid
but without totally disabling execution of _INI and _STA.  Maybe useful
to narrow down the portion of namespace causing problems without messing
with editing and compiling ASL.  Disablement of _INI and _STA when
debug.acpi.avoid is specified has been added years before to workaround
interpreter crash on some systems, and I'm not sure whether the recent
ACPI-CA code still crashes on those systems, but I'll leave it as is
anyway for compatibility with FreeBSD.

Suggested-by: Sepherosa Ziehau
share/man/man4/acpi.4
sys/dev/acpica5/acpi.c