Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/13/1997 01:00:01
jonathan
Wed Feb 12 16:59:15 PST 1997
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv21854/i386

Modified Files:
	machdep.c microtime.s 
Log Message:
Import Dennis Ferguson's i386 clock change request from PR 2785:
   * Add table-driven assembly-coded microtime().

   * add boot-time computation of the interpolation table,
     allowing the hand-coded microtime() to work with locally-tuned 
     nonstandard values of HZ or TIMER_FREQ.

   * delete old C version of microtime().


jonathan
Wed Feb 12 16:59:16 PST 1997
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv21854/isa

Modified Files:
	clock.c 
Log Message:
Import Dennis Ferguson's i386 clock change request from PR 2785:
   * Add table-driven assembly-coded microtime().

   * add boot-time computation of the interpolation table,
     allowing the hand-coded microtime() to work with locally-tuned 
     nonstandard values of HZ or TIMER_FREQ.

   * delete old C version of microtime().