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/27/1996 17:20:09
mark
Wed Mar 27 17:14:49 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22376

Modified Files:
	qmouse.c 
Log Message:
Define name for the interrupt handler.
Include mouse.h instead of qmouse.h now that there is a generic
interface.


mark
Wed Mar 27 17:18:47 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22412

Modified Files:
	fd.c 
Log Message:
Define name for the floppy interrupt handler.
Fixed declartion of fdopen() now that it does not clash with fdesc open
function.


mark
Wed Mar 27 17:19:34 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22423

Modified Files:
	copystr.S 
Log Message:
Push r4-r6 on the stack at the beginning of the function to avoid
trashing r5 and r6 if copystr() is called with a length of 0.