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: 05/05/1996 20:30:06
mark
Sun May  5 20:21:06 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27647

Modified Files:
	fiq.S 
Log Message:
Rewritten floppy_read_fiq() and floppy_write_fiq() routines.
Register usage changed to free fiq mode r13.
Added loop to keep reading bytes while the floppy FIQ is asserted.


mark
Sun May  5 20:24:00 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27725

Modified Files:
	fd.c 
Log Message:
Updated FIQ handler registers to match changes to the floppy
fiq routines.


mark
Sun May  5 20:25:45 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv27745

Modified Files:
	irq.S 
Log Message:
Added a new function fiq_getregs() to transfer the FIQ mode register
into a fiqhandler structure.
Updated fiq_setregs to use symbols in assym.h for offsets into
fiqhandler structures.