Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/17/1996 02:50:01
mark
Wed Oct 16 19:41:26 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/conf
In directory netbsd1:/var/slash-tmp/cvs-serv24530

Modified Files:
	files.arm32 
Log Message:
Add files for cosc SCSI driver
Add file for RC7500 prom code.


mark
Wed Oct 16 19:43:39 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/kshell
In directory netbsd1:/var/slash-tmp/cvs-serv24798

Modified Files:
	shell_shell.c 
Log Message:
Removed references to the debug function checkinodes().


mark
Wed Oct 16 19:44:18 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/conf
In directory netbsd1:/var/slash-tmp/cvs-serv24903

Modified Files:
	A7000 VOYAGER 
Log Message:
Reality check.


mark
Wed Oct 16 19:46:50 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv25288

Modified Files:
	db_trace.c 
Log Message:
Tweaked several db_printf() calls.


mark
Wed Oct 16 19:48:41 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv25478

Modified Files:
	machdep.c 
Log Message:
Updated vmemcachectl() to allow control of write buffer and cache enable
bits on the video memory ptes.


cgd
Wed Oct 16 19:49:05 PDT 1996
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv25474

Modified Files:
	asm.h 
Log Message:
Add __CONCAT and ___CONCAT to concatenate identifiers.  Add LLABEL to
create an assembly label, and SYSCALLNUM to convert a syscall name into
the macro that's defined to be its number.  Add a CALLSYS_NOERROR macro
which invokes the named system call.  (CALLSYS_NOERROR is here since
it's used in locore, for sigcode.)