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:00:03
thorpej
Sat Mar 16 16:54:08 PST 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv121

Modified Files:
	aha1542.c aha284x.c aic6360.c ast.c boca.c bt742a.c com.c 
	files.isa gus.c if_ed.c if_eg.c if_el.c if_ep.c if_fe.c 
	if_ie.c if_le.c isa.c lpt.c mcd.c pas.c pss.c rtfps.c sb.c 
	seagate.c ultra14f.c wd.c wss.c wt.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 16:55:41 PST 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv335

Modified Files:
	aic7870.c files.pci if_de.c if_fpa.c ncr.c ncrstat.c pci.c 
	ppb.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.


mrg
Sat Mar 16 19:56:25 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv399

Modified Files:
	clock.c 
Log Message:
comment:  LEAPYEAR is not entirely correct

thorpej
Sat Mar 16 16:57:17 PST 1996
Update of /a/cvsroot/src/sys/dev/sun
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv449

Modified Files:
	kbd.c ms.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 16:58:37 PST 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv486

Modified Files:
	files.tc if_le.c tc.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 16:59:59 PST 1996
Update of /a/cvsroot/src/sys/scsi
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv543

Modified Files:
	cd.c ch.c files.scsi scsiconf.c sd.c ss.c st.c uk.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.