Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 10/08/2006 02:39:01
Module Name:	src
Committed By:	oster
Date:		Sun Oct  8 02:39:01 UTC 2006

Modified Files:
	src/sys/dev/raidframe: rf_netbsdkintf.c
	src/sys/kern: kern_subr.c

Log Message:
Re-work some of the initialization code to now use config_attach_pseudo()
and friends.  Addresses PR#32881.  BOOT_FROM_RAID_HOOKS dies.
More simplification possible now.


To generate a diff of this commit:
cvs rdiff -r1.216 -r1.217 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -r1.145 -r1.146 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.