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: 06/12/1996 16:30:03
is
Wed Jun 12 16:22:44 EDT 1996
Update of /a/cvsroot/src/sys/arch/m68k/m68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21993

Revision/Branch: netbsd-1-2

Modified Files:
	db_disasm.c 
Log Message:
Fix a few off-by-one errors in bitnumbers used by print_fcode.
ptestX fc,<ea>,M used to be printed with the wrong semantics of the fc 
field, and could panic the kernel if fc was interpreted as a register number.


mark
Wed Jun 12 16:24:00 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22091

Modified Files:
	irqhandler.c 
Log Message:
Added some sanity checks to irq_claim().
Fixed the handling of IPL_NONE.
Debugged support for interrupt chaining.
Fill out the intrnames array with the name of the interrupt handler
currently at the head of the chain.
Guarded several sanity checks with #ifdef DIAGNOSTIC.


pk
Wed Jun 12 16:26:37 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22239

Revision/Branch: netbsd-1-2

Modified Files:
	Makefile.sparc 
Log Message:
Add `-mno-fpu' to CFLAGS to work around gcc bug.


mark
Wed Jun 12 16:28:31 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22333

Modified Files:
	if_es.c 
Log Message:
Claim the interrupt if it has been dealt with otherwise pass it on.


pk
Wed Jun 12 16:29:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22339

Revision/Branch: netbsd-1-2

Modified Files:
	pmap.h 
Log Message:
Pull down from trunk:
> No longer need to call mmu_pagein() through a pointer.