DragonFly bugs List (threaded) for 2006-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Executed AML Breakpoint opcode
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.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]