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: 03/14/1996 16:10:03
christos
Thu Mar 14 16:09:39 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv355

Modified Files:
	autoconf.c auxreg.c auxreg.h cache.c clock.c conf.c cpu.c 
	db_disasm.c db_interface.c db_trace.c disksubr.c genassym.c 
	in_cksum.c intr.c kgdb_stub.c locore2.c machdep.c mem.c 
	memreg.c openprom.c pmap.c process_machdep.c svr4_machdep.c 
	swapgeneric.c sys_machdep.c trap.c vm_machdep.c 
Added Files:
	sparc_conf.h 
Log Message:
Add prototypes and fix bugs:
    - softclock was called with extra argument.
    - missing %x formats in printf's
    - kgdb_copy called with only two arguments.

Fix conf.c so that it used the _conf.h files from other places instead of
rolling its own.