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 17:10:03
mark
Wed Jun 12 17:01:59 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23444

Modified Files:
	if_eb.c 
Log Message:
Claim the interrupt when leaving the interrupt handler as there can
only ever be a owner of the netslot interrupt.
Don't declare ebintr() as static.


is
Wed Jun 12 17:03:20 EDT 1996
Update of /a/cvsroot/src/sys/arch/m68k/m68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23436

Revision/Branch: netbsd-1-2

Modified Files:
	db_disasm.c 
Log Message:
Pull up fix from trunk: interpret function code field of (e.g.) ptest
correctly, don't panic when interpreting it as data register


mark
Wed Jun 12 17:09:57 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23545

Modified Files:
	podulebus.c 
Log Message:
Only read beyond the first byte of the podule header if we know that
an extended header is present i.e. don't assume an extended header as
however unlikely there could be a podule that doesn't have one.
Calculate an absolute address for the podule's interrupt mask rather
than leaving it relative to the base address of the podule.
If the interrupt status pointers are not present or are zero then
used the default bits as specified in the podule specification to
determine if the podule is interrupting.