Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/16/2007 20:49:52
Module Name:	src
Committed By:	dyoung
Date:		Sun Dec 16 20:49:52 UTC 2007

Modified Files:
	src/sys/kern: subr_autoconf.c
	src/sys/sys: device.h

Log Message:
Add config_deferred() for forcing the deferred configuration to
run, which we need to do from drvctl(4) sometimes.

Add device_foreach_child() for calling a function on each child of
a device_t.

Add config_detach_children() for detaching all of the children of
a device (uses device_foreach_child()).


To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.99 -r1.100 src/sys/sys/device.h

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