Subject: Re: oops, fixed diff
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Nick Hudson <skrll@netbsd.org>
List: port-arm
Date: 09/11/2006 07:39:12
On Monday 11 September 2006 06:47, Garrett D'Amore wrote:
> My last diff for footbridge tc was botched.  Thanks to Matt Thomas for
> pointing out my error.  Again, this isn't tested yet, but it has a
> better chance of not panic'ing.  :-)

For the record my CATS gives:

$ sysctl kern.timecounter
kern.timecounter.choice = dc21285_fclk(q=100, f=50000000 Hz) clockinterrupt(q=0, f=100 Hz) dummy(q=-1000000, f=1000000 Hz)
kern.timecounter.hardware = dc21285_fclk
kern.timecounter.timestepwarnings = 0
$
$ date; time sleep 10; date
Mon Sep 11 06:10:56 UTC 2006
   10.03s real     0.00s user     0.03s system
Mon Sep 11 06:11:06 UTC 2006

and regress/sys/kern/time ends with

TEST SUCCESSFUL

Nick