Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 1995 00:09:30 +0200
From:      mal@aristotle.algonet.se (Mats Lofkvist)
To:        bde@zeta.org.au
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: xntpd (or kernel) timekeeping problem?
Message-ID:  <9509182209.AA19117@sophocles.>
In-Reply-To: <199509181210.WAA23027@godzilla.zeta.org.au> (message from Bruce Evans on Mon, 18 Sep 1995 22:10:26 %2B1000)

next in thread | previous in thread | raw e-mail | index | archive | help
I think I have managed to make ntp sync now thanks to your information.
What I did was to add a 'options "TIMER_FREQ=1193634"' line to my config
file. (I will need to continue tweaking this a few times more to get the
drift really low it seems.)

When I looked around the sources I noted that all references to TIMER_FREQ
were preceded by an #ifndef, exept for in /sys/i386/isa/sysconf.h.

*** syscons.h.org	Thu Sep 14 10:44:10 1995
--- syscons.h	Mon Sep 18 21:13:45 1995
***************
*** 82,88 ****
--- 82,90 ----
  #define	ROW		25
  #define BELL_DURATION	5
  #define BELL_PITCH	800
+ #ifndef TIMER_FREQ
  #define TIMER_FREQ	1193182			/* should be in isa.h */
+ #endif
  #define CONSOLE_BUFSIZE 1024
  #define PCBURST		128
  #define FONT_8		0x001

      _
Mats Lofkvist
mal@algonet.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9509182209.AA19117>