> Date: Thu, 29 Jul 2010 14:12:48 +0200
> From: Simon Kuhnle <[email protected]>
> 
> I just rebooted my server with July 28th amd64 snapshot.
> 
> It took really long to boot (I don't have physical access),
> but it did. The problem is, that the clock doesn't work,
> as it just stays on one time, stays still.

The attached diff, which I'm going to commit in a moment, should fix
this.

Cheers,

Mark


Index: clock.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/isa/clock.c,v
retrieving revision 1.14
diff -u -p -r1.14 clock.c
--- clock.c     25 Jul 2010 21:43:38 -0000      1.14
+++ clock.c     29 Jul 2010 12:31:51 -0000
@@ -319,6 +319,8 @@ i8254_initclocks(void)
            0, "rtc");
 
        rtcstart();                     /* start the mc146818 clock */
+
+       i8254_inittimecounter();        /* hook the interrupt-based i8254 tc */
 }
 
 void

Reply via email to