Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 20:50:05
mark
Tue Oct 15 13:40:33 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv6156

Modified Files:
	iic_asm.S 
Log Message:
Get the IIC clock and data bit masks correct on RC7500 boards.


leo
Tue Oct 15 13:46:49 PDT 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/home/leo/src/sys/arch/atari/atari

Modified Files:
	trap.c 
Log Message:
- Some re-arrangements that make tracking of the hp300 version easier.
- Re-write panictrap() so that faults generated by the debugger can be
  handled by the debugger.
- Add a small bit of extra checking to the MMU_FAULT case, to make it more
  robust against pieces of the proc-structure being NULL (Jason Thorpe)
- If p == NULL at the entry of trap(), assign proc0 to it. Fixes a *lot* of
  NULL-pointer dereferences. (Gordon Ross)