Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/20/1994 02:30:02
deraadt
Sat Aug 20 02:11:11 PDT 1994
Update of /b/source/CVS/src/sys/arch/sparc/dev
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/post/src/sys/arch/sparc/dev

Modified Files:
	zs.c zsvar.h 
Log Message:
sun4 needs software delays for register accesses

deraadt
Sat Aug 20 02:13:35 PDT 1994
Update of /b/source/CVS/src/sys/arch/sparc/sparc
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/post/src/sys/arch/sparc/sparc

Modified Files:
	locore.s 
Log Message:
stop using NBPG; start using USPACE
initialize cputyp, nbpg, pgshift, and pgofset variables based on cpu type.
deal with varying pagesize in register window underflow/overflow and trap
enter functions (hellish)
add idprom reading function for the sun4.


deraadt
Sat Aug 20 02:16:16 PDT 1994
Update of /b/source/CVS/src/sys/arch/sparc/sparc
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/post/src/sys/arch/sparc/sparc

Modified Files:
	pmap.c 
Log Message:
sun4/sun4c getsegmap/setsegmap are different
use << PGSHIFT instead of * NBPG, because NBPG isn't a constant in some cases
for sun4+sun4c case, calculate nptesg early


------------------------------------------------------------------------------