Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/05/1996 07:20:02
thorpej
Sat Oct  5 00:11:45 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv21034

Modified Files:
	genassym.c 
Log Message:
Define FR_SIZE as sizeof(struct trapframe)


thorpej
Sat Oct  5 00:16:53 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv21253

Modified Files:
	locore.s 
Log Message:
Handle kernel trace traps and breakpoints like the Sun3 port:
	- Only pass user trace traps and breakpoints on to trap().
	- Before entering the debugger, switch to a temporary
	  stack so that the debugger can alter the stack pointer.
	- Add glue for KGDB (still not complete).
Clearly mark the MMU enable trampoline code.