Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/26/2002 07:07:37
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Sep 26 04:07:36 UTC 2002

Modified Files:
	syssrc/sys/kern: subr_autoconf.c subr_userconf.c vfs_init.c
	syssrc/sys/sys: device.h
	syssrc/usr.sbin/config: defs.h main.c mkioconf.c pack.c sem.c

Log Message:
Overhaul the way parent attachments are specified; instead of using
a vector of indices into the cfdata table to specify potential parents,
record the interface attributes that devices have and add a new "parent
spec" structure which lists the iattr, as well as optionally listing
specific parent device instances.

See:

    http://mail-index.netbsd.org/tech-kern/2002/09/25/0014.html

...for a detailed description.

While here, const poison some things, as suggested by Matt Thomas.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/kern/subr_autoconf.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/kern/subr_userconf.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/kern/vfs_init.c
cvs rdiff -r1.50 -r1.51 syssrc/sys/sys/device.h
cvs rdiff -r1.6 -r1.7 syssrc/usr.sbin/config/defs.h
cvs rdiff -r1.70 -r1.71 syssrc/usr.sbin/config/main.c
cvs rdiff -r1.61 -r1.62 syssrc/usr.sbin/config/mkioconf.c
cvs rdiff -r1.12 -r1.13 syssrc/usr.sbin/config/pack.c
cvs rdiff -r1.32 -r1.33 syssrc/usr.sbin/config/sem.c

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