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: 04/26/1996 15:30:03
chuck
Fri Apr 26 15:27:13 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/mvme68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv19469

Modified Files:
	autoconf.c clock.c clockreg.h conf.c disksubr.c genassym.c 
	isr.h locore.s machdep.c pmap.c pmap_bootstrap.c vectors.s 
	vm_machdep.c 
Added Files:
	clockvar.h isr.c 
Log Message:
"jumbo patch":
 - new autoconfig scheme+vme (autoconf.c,clock.c,clockreg.h,
	clockvar.h,vm_machdep.c)
 - new interrupt scheme (isr.c,isr.h,locore.s,machdep.c,vectors.s)
 - switch to MI zs driver (conf.c)
 - new disklabel code, from Dale Rahn <drahn@pacific.urbana.mcd.mot.com>
	(disksubr.c, compatable with theo and dale's openbsd version)
 - new delay() based on sun3 port, using dynamic configuration from
	the sparc port (intergrated by me), calibration moved to startup
	by jason.  (locore.s,machdep.c)
 - clean up: nuke eio space (genassym.c,locore.s,pmap.c,pmap_bootstrap.c), 
	nuke STACKCHECK (locore.s), prevent maxuser overflow (pmap.c),

Contributed by Jason R. Thorpe <thorpej@og.org>  (thanks!)