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: 02/13/1996 21:50:10
thorpej
Tue Feb 13 18:45:23 PST 1996
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv27500

Modified Files:
	ac.c ct.c dca.c dcm.c device.h dma.c fhpib.c hil.c hpib.c 
	hpibvar.h if_le.c mt.c nhpib.c ppi.c rd.c scsi.c sd.c st.c 
Log Message:
All interrupt routines (except the HIL; don't ask) now take a pointer
to a softc, rather than a unit number.  Add a "dq_softc" member
to struct devqueue; this is a temporary measure until the
dma/controller/device callback spaghetti is untangled.

YAY!  No more need for dcafastservice!

HIL: squish instances of "(void) splhil()" and "(void) spl0();".