From owner-freebsd-current@FreeBSD.ORG Wed Dec 31 02:31:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3D416A4CF; Wed, 31 Dec 2003 02:31:04 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30BD43D2F; Wed, 31 Dec 2003 02:31:02 -0800 (PST) (envelope-from d@diefree.com) Received: from diefree.com ([24.6.31.57]) by comcast.net (rwcrmhc13) with ESMTP id <2003123110310201500poct5e>; Wed, 31 Dec 2003 10:31:02 +0000 Message-ID: <3FF2A5F7.9070606@diefree.com> Date: Wed, 31 Dec 2003 02:33:27 -0800 From: Dan Hulme User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031206 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20031229131959.Q14501@root.org> In-Reply-To: <20031229131959.Q14501@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 31 Dec 2003 04:55:56 -0800 cc: freebsd-current@freebsd.org cc: current@freebsd.org Subject: Re: ACPI causes page fault/panic upon reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 10:31:04 -0000 Disabling ACPI fixes the problem. The problem appears to be in dc0, however. See my other reply for details. -Dan Nate Lawson wrote: >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 > > > >