Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index