Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/04/2003 00:24:31
Module Name:	src
Committed By:	thorpej
Date:		Fri Jul  4 00:24:30 UTC 2003

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

Log Message:
Add a dev_propdb to hold device properties.  Properties are already being
used in an ad hoc way by a couple of eval board ports, so might as well
tidy it up a little and add some formality.  (And, yes, I need to use it
in another eval board port.)


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.64 -r1.65 src/sys/sys/device.h

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