看板 DFBSD_bugs 關於我們 聯絡資訊
On Fri, Nov 12, 2004 at 09:46:29AM -0800, Matthew Dillon wrote: > :> Index: kern_clock.c > :> =================================================================== > :> RCS file: /cvs/src/sys/kern/kern_clock.c,v > :> retrieving revision 1.24 > :> diff -u -r1.24 kern_clock.c > :> --- kern_clock.c 17 Sep 2004 00:18:09 -0000 1.24 > :> +++ kern_clock.c 11 Nov 2004 19:53:13 -0000 > :> @@ -279,10 +279,14 @@ > : > :Matt, it looks to me like this is already committed as rev 1.25 > :as part of VFS stage 9/99. I'm going to build and install > :new kernel anyway and see whatever happens. > > Oh shoot. I didn't mean to do that. > > It's definitely a bug fix though and it hasn't blown on my > test boxes, so I guess I'll just leave it in and slip the > stable tag on it. Yes, I think it's working. And I don't need to comment out the call to restoreclocks() in timer_restore() (/sys/i386/isa/clock.c) any more. It used to skew my system clock when the laptop resumed. Thank you!