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/17/1996 11:40:11
thorpej
Fri May 17 08:32:29 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24255

Modified Files:
	machdep.c 
Log Message:
Add a new function, hp300_calibrate_delay(), which sets the delay constant
based on a model's known CPU speed.  cpuspeed value is now in MHz
instead of (MHz / 8).


thorpej
Fri May 17 08:33:56 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24373

Modified Files:
	vectors.s 
Log Message:
Move the vector table to the data segment.


thorpej
Fri May 17 08:37:15 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24412

Modified Files:
	cpu.h 
Log Message:
remove the now unused MHz constants, add a declaration for vectab[],
and document some globals.


thorpej
Fri May 17 08:38:15 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24539

Modified Files:
	param.h 
Log Message:
Changes for the new delay() function.