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:30:03
thorpej
Sat Mar 16 17:24:13 PST 1996
Update of /a/cvsroot/src/sys/arch/arm32/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1501/conf

Modified Files:
	files.arm32 
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:24:18 PST 1996
Update of /a/cvsroot/src/sys/arch/arm32/dev/console
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1501/dev/console

Modified Files:
	console.c vidcconsole.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:24:22 PST 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1501/fpe-arm

Modified Files:
	armfpe_glue.S armfpe_init.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:24:41 PST 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1501/mainbus

Modified Files:
	beep.c com.c cpu.c fd.c kbd.c lpt.c mainbus.c qmouse.c 
	vidcaudio.c wd.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:24:58 PST 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1501/podulebus

Modified Files:
	asc.c if_ea.c if_eb.c if_eh.c if_ie.c oak.c podulebus.c ptsc.c 
	sfas.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:26:38 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1693/atari

Modified Files:
	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:26:40 PST 1996
Update of /a/cvsroot/src/sys/arch/atari/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1693/conf

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

Modified Files:
	atari5380.c clock.c fd.c grf.c ite.c kbd.c ncr5380.c nvram.c 
	zs.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.