Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 13:26:21 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Andrew Boothman <andrew@mux.org.uk>
Cc:        current@freebsd.org
Subject:   Re: Panic on ACPI shutdown
Message-ID:  <20040213132316.R7562@root.org>

next in thread | raw e-mail | index | archive | help
Your backtrace shows this is not an ACPI problem, it's a problem with
vr(4) (the Via Rhine ethernet driver).  It should check flags to see if
the driver is going away in the device_detach case.  I'm not sure how the
intr handler got called since interrupts are disabled before powering off
the system.

-Nate



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