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:20:03
thorpej
Sat Mar 16 17:16:51 PST 1996
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1111/amiga

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:16:54 PST 1996
Update of /a/cvsroot/src/sys/arch/amiga/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1111/conf

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

Modified Files:
	afsc.c ahsc.c atzsc.c bzsc.c clock.c fd.c flsc.c grf.c 
	grf_cc.c grf_cl.c grf_cv.c grf_rh.c grf_rt.c grf_ul.c gtsc.c 
	gvpbus.c idesc.c if_ae.c if_bah.c if_ed.c if_es.c if_le.c 
	if_qn.c ite.c ivsc.c kbd.c mfc.c mgnsc.c mlhsc.c msc.c otgsc.c 
	par.c ser.c wesc.c wstsc.c zbus.c zssc.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.