Subject: CVS commit: [jmcneill-pm] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 08/21/2007 06:39:40
Module Name:	src
Committed By:	joerg
Date:		Tue Aug 21 06:39:40 UTC 2007

Modified Files:
	src/sys/kern [jmcneill-pm]: kern_subr.c

Log Message:
After the shutdown hooks, walk over the device tree once and put
all devices into D3 state. The assumption is that devices are
silenced by the PNP callback already and that avoids the need for
most driver shutdown hooks.


To generate a diff of this commit:
cvs rdiff -r1.163.2.3 -r1.163.2.4 src/sys/kern/kern_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.