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: 05/18/1996 21:50:04
jonathan
Sat May 18 21:40:39 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22918

Added Files:
	kn01var.h 
Log Message:
Declarations for KN01 (Decstation/Decsystem 2100/3100) baseboard "bus".


jonathan
Sat May 18 21:42:58 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22972

Modified Files:
	asic.h 
Log Message:
Add closing-comments to commented-out #defines. to avoid -Wall complaining
about comments-inside-comments.
(The #defines for the IOCTL asic should arguably be mereged with
NetBSD/Alpha in any case.)


jonathan
Sat May 18 21:44:48 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22991

Modified Files:
	turbochannel.h 
Log Message:
Change block comment where each line began with "/*", to use the KNF
block comment style. Also passes gcc -Wall.


jonathan
Sat May 18 21:47:18 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23010

Modified Files:
	mainbus.c 
Log Message:
Avoid calling autoconfigure() to configure the CPU.
It just causes a kernel panic, and will until the rest of the pmax
autoconfiguration is redone to use a bus-specific probe and attach
argument, or until KN01 devices are no longer attached to the mainbus.