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

Modified Files:
	genassym.c 
Log Message:
Define the machineid and ectype constants.


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

Modified Files:
	locore.s 
Log Message:
Couple of changes:

	- New delay() function, modeled after sun3/mvme68k delay,
	  calibrated with a model's known cpu speed.
	- Use the defined constants for machineid and ectype
	  when determining what kind of machine we have, rather
	  than their expanded equivalents, for clarity.
	- Move the vector table to the data segment so that it
	  can be patched at run-time.