Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 13:23:27 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Dan Hulme <d@diefree.com>
Cc:        current@freebsd.org
Subject:   Re: ACPI causes page fault/panic upon reboot
Message-ID:  <20031229131959.Q14501@root.org>

next in thread | raw e-mail | index | archive | help
Enable "options DDB" and other debugging options in your kernel so that
you can get a stacktrace.  The problem could also be rl0 or dc0 in their
shutdown routines since they share an interrupt with acpi.  If you can
remove either of those cards, see if that fixes the problem.  Also,
does disabling acpi help?  Finally, try:
  sysctl hw.acpi.disable_on_poweroff=0

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031229131959.Q14501>