Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Tue, 27 Feb 1996 16:50:03 -0500 (EST)
cgd
Tue Feb 27 16:45:48 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26852/kern
Modified Files:
subr_autoconf.c
Log Message:
Replace config_found() with config_found_sm(), which adds a cfmatch_t to the
argument list. This allows easy 'submatching', which will eliminate a fair
bit of slightly tricky duplicated code from various busses. config_found()
is now a #define in sys/device.h, which invokes config_found_sm().
cgd
Tue Feb 27 16:45:53 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26852/sys
Modified Files:
device.h
Log Message:
Replace config_found() with config_found_sm(), which adds a cfmatch_t to the
argument list. This allows easy 'submatching', which will eliminate a fair
bit of slightly tricky duplicated code from various busses. config_found()
is now a #define in sys/device.h, which invokes config_found_sm().
cgd
Tue Feb 27 16:47:30 EST 1996
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26918
Modified Files:
CHANGES
Log Message:
config_found/config_found_sm
cgd
Tue Feb 27 16:48:54 EST 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26955
Modified Files:
tc.c
Log Message:
use config_found_sm(), rather than config_search+config_attach()+glue, to
attach subdevices.
Home |
Main Index |
Thread Index |
Old Index