Subject: Re: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 01/18/2008 16:09:24
On Thu, Jan 17, 2008 at 07:55:09PM -0600, David Young wrote:
> NetBSD has run the pre-PMF shutdown hooks after panic for years.  I have
> not heard anyone complaining about them.  Is there a particular bug you
> fix by skipping them at panic?

What shutdown hooks should be run at panic time? The good example I can
think of that had shutdown hooks before were the disk drivers. But
exactly those have proven to bee unstable with various controllers.
Unstable in the sense that the drivers don't implement polling correctly
and therefore hang.

Joerg