Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/16/1996 20:50:05
thorpej
Sat Mar 16 17:42:06 PST 1996
Update of /a/cvsroot/src/sys/arch/pica/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2648/conf

Modified Files:
	files.pica 
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:42:21 PST 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2648/dev

Modified Files:
	asc.c com.c fd.c if_sn.c lpt.c pccons.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:42:34 PST 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2648/pica

Modified Files:
	clock.c conf.c cpu.c mainbus.c pica.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:46:35 PST 1996
Update of /a/cvsroot/src/sys/arch/pmax/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2920/conf

Modified Files:
	files.pmax 
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:46:58 PST 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2920/dev

Modified Files:
	cfb.c dc.c dtop.c mfb.c pm.c sfb.c sii.c xcfb.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:47:07 PST 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2920/pmax

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:47:14 PST 1996
Update of /a/cvsroot/src/sys/arch/pmax/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv2920/tc

Modified Files:
	asic.c scc.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.


cgd
Sat Mar 16 20:47:55 EST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3123

Modified Files:
	ppb.c 
Log Message:
spacing nit