Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 23:30:02
mark
Tue Oct 15 16:20:42 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv26340

Modified Files:
	irq.S irqhandler.c 
Log Message:
*Major* rewrite, long overdue.
The irq delivery code has been rewritten. On entry to the irq vector the
processor is switched to SVC32 mode so all interrupt routines now run
in SVC32 mode rather than IRQ32 mode. This fixes lots of irq re-enabling
problems.
Interrupt latency times are now vastly improved for high priority interrupts.
Cleaned up calling ast() before returning to USR32 mode (don't need to
mess about with trapframe copying.
Cleaned up all the comments and sorted out their indentation.
Rewritten the soft interrupt delivery code.
Added generic ARM7500 support rather than just RC7500 support.


christos
Tue Oct 15 19:23:19 EDT 1996
Update of /a/cvsroot/othersrc
In directory netbsd1:/var/slash-tmp/cvs-serv28448

Modified Files:
	README 
Log Message:
update the location for tcsh


cgd
Tue Oct 15 16:27:28 PDT 1996
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv28799

Modified Files:
	machdep.c 
Log Message:
don't set dumplo to -1 on error.  deal with the case where dumplo is
still 0 after dumpconf().


pk
Tue Oct 15 16:29:41 PDT 1996
Update of /cvsroot/src/distrib/notes/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv29034

Modified Files:
	contents hardware install 
Log Message:
Pullup changes from 1.2 branch.