Subject: CVS commit: [jmcneill-pm] src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/14/2007 02:19:30
Module Name:	src
Committed By:	joerg
Date:		Wed Nov 14 02:19:30 UTC 2007

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

Log Message:
Introduce pnp_system_shutdown which just complains if drivers don't
support the PNP framework, give the user 2 seconds to worry about that
and runs the class and driver suspend functions. Keep all devices
powered e.g. to allow deciphering messages from the screen.
Drop the argument to pnp_system_suspend now that the use for it is gone.


To generate a diff of this commit:
cvs rdiff -r1.101.16.23 -r1.101.16.24 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.12.6.3 -r1.12.6.4 src/sys/dev/apm/apm.c
cvs rdiff -r1.1.2.13 -r1.1.2.14 src/sys/kern/kern_pnp.c
cvs rdiff -r1.163.2.6 -r1.163.2.7 src/sys/kern/kern_subr.c
cvs rdiff -r1.1.2.6 -r1.1.2.7 src/sys/sys/pnp.h

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