Subject: CVS commit: [jmcneill-pm] src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/23/2007 16:03:15
Module Name:	src
Committed By:	joerg
Date:		Fri Nov 23 16:03:15 UTC 2007

Modified Files:
	src/sys/kern [jmcneill-pm]: kern_pnp.c
	src/sys/sys [jmcneill-pm]: pnp.h

Log Message:
Fix pnp_system_resume to not be too smart, just iterate over all
possible depth and resume devices when the parent is active.

Add pnp_device_recursive_suspend and pnp_device_recursive_resume which
take down a part of the device tree or resume a device with all parents.


To generate a diff of this commit:
cvs rdiff -r1.1.2.14 -r1.1.2.15 src/sys/kern/kern_pnp.c
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/sys/pnp.h

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