Executed AML Breakpoint opcode

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Thu Jul 6 06:23:06 PDT 2006


On Thu, Jul 06, 2006 at 10:59:51PM +1000, Petr Janda wrote:
> debug.acpi.disabled="resource"

Oops, that should've been "sysresource" (it's written in acpi(4) BTW).

> in boot /boot/loader.conf and /boot/defaults/loader.conf but the message is 
> still there.
> 
> Putting 
> debug.acpi.layer="ACPI_RESOURCES"
> debug.acpi.level="ACPI_LV_FUNCTIONS"
> 
> in there also seems to have no effect. 

Oops, I forgot saying that you need to reinstall acpi.ko with
debugging enabled to use them:

cd /sys/dev/acpica5
setenv ACPI_DEBUG yes
setenv MAKEOBJDIRPREFIX /usr/obj
make obj && make depend && make && make install

But then of course, it starts dropping into the debugger at the
breakpoint opcode on every reboot :)  You might want to create
a custom AML like Martin did.





More information about the Bugs mailing list