Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/05/1998 20:00:04
drochner
Thu Feb  5 11:53:56 PST 1998
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv28985

Modified Files:
	cpufunc.h 
Log Message:
provide pushfl/popfl to C code


drochner
Thu Feb  5 11:59:57 PST 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv135

Modified Files:
	clock.c 
Log Message:
Allow DELAY() to be called anytime:
-don't enable interrupts at the end of gettick(), restore the previous
 state instead
-start timer/counter 0 from delay() if necessary
-comment out "findcpuspeed()", it would clobber the timer again, and it
 is unused anyway