Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/01/2002 21:11:59
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct  1 18:11:59 UTC 2002

Modified Files:
	syssrc/sys/dev/raidframe: rf_netbsdkintf.c
	syssrc/sys/kern: init_main.c subr_autoconf.c
	syssrc/sys/sys: device.h

Log Message:
Add a generic config finalization hook, to be called once all real
devices have been discovered.  All finalizer routines are iteratively
invoked until all of them report that they have done no work.

Use this hook to fix a latent bug in RAIDframe autoconfiguration of
RAID sets exposed by the rework of SCSI device discovery.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 syssrc/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.207 -r1.208 syssrc/sys/kern/init_main.c
cvs rdiff -r1.74 -r1.75 syssrc/sys/kern/subr_autoconf.c
cvs rdiff -r1.57 -r1.58 syssrc/sys/sys/device.h

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