Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 01:30:03
mark
Mon Oct 14 18:20:51 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/dev/console
In directory netbsd1:/var/slash-tmp/cvs-serv26872

Modified Files:
	vt220.c 
Log Message:
Major code clean up.
Removed a load of old debugging code that has served it purpose.


mark
Mon Oct 14 18:23:38 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv26934

Modified Files:
	db_machdep.c 
Log Message:
Use tlb_flush() rather than tlbflush().
In db_write_text() call sync_caches() after modifing the text area
if CPU_SA110 is defined.
Added a new machine command "frame" to print out a trapframe.
Trap the kernel break point instruction specifically and panic on
any other undefined instruction being executed in SVC mode.


mark
Mon Oct 14 18:24:50 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv27002

Modified Files:
	db_interface.c 
Log Message:
Use tlb_flush() rather than tlbflush().
In db_write_text() call sync_caches() after modifing the text area
if CPU_SA110 is defined.
Added a new machine command "frame" to print out a trapframe.
Trap the kernel break point instruction specifically and panic on
any other undefined instruction being executed in SVC mode.