Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/25/2005 22:17:19
Module Name:	src
Committed By:	drochner
Date:		Thu Aug 25 22:17:19 UTC 2005

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

Log Message:
now that we have information about default locator values
we can implement an universal submatch() function covering all
the standard cases:
if (<configured> != <wildcard> && <configured> != <real>)
	then fail
else
	ask device match function


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.77 -r1.78 src/sys/sys/device.h

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