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: Sat, 16 Mar 1996 20:10:03 -0500 (EST)
thorpej
Sat Mar 16 17:00:45 PST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv631
Modified Files:
subr_autoconf.c
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:01:46 PST 1996
Update of /a/cvsroot/src/sys/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv664
Modified Files:
newvers.sh
Log Message:
Bump version to NetBSD 1.1B.
thorpej
Sat Mar 16 17:02:30 PST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv699
Modified Files:
param.h
Log Message:
NetBSD1_1 -> 3 (corresponds to 1.1B)
thorpej
Sat Mar 16 17:03:04 PST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv732
Modified Files:
device.h
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:06:23 PST 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv835/alpha
Modified Files:
clock.c cpu.c mainbus.c
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:06:25 PST 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv835/conf
Modified Files:
files.alpha
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:06:29 PST 1996
Update of /a/cvsroot/src/sys/arch/alpha/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv835/isa
Modified Files:
pckbd.c
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:06:38 PST 1996
Update of /a/cvsroot/src/sys/arch/alpha/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv835/pci
Modified Files:
apecs.c cia.c lca.c pcivga.c sio.c tga.c
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
thorpej
Sat Mar 16 17:06:47 PST 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv835/tc
Modified Files:
esp.c ioasic.c scc.c tcasic.c tcds.c
Log Message:
New device attachment scheme:
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
Home |
Main Index |
Thread Index |
Old Index