Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/16/1996 00:00:02
cgd
Fri Nov 15 15:51:24 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv796

Modified Files:
	kern_clock.c 
Log Message:
clean up a few spaces vs. tabs bogons

cgd
Fri Nov 15 15:53:32 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv1015

Modified Files:
	kern_time.c 
Log Message:
clean up a few spaces vs. tabs and KNF bogons.  Make this compile
cleanly with -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual.


cgd
Fri Nov 15 15:59:03 PST 1996
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv1426

Modified Files:
	tc_3000_500.c tc_conf.h tcasic.c 
Log Message:
Include a PMAGB-BA in the list of built-in devices only if SV_GRAPHICS
is set in the RPB's rpb_variation field.  This fixes a bug where machines
(e.g. the 3000/900) would see that they could touch memory where a built-in
PMAGB-BA, assume that it was there, and panic later because the memory they
were accessing didn't look like PMAGB-BA registers (because it wasn't).