Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 1995 07:32:03 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        mal@aristotle.algonet.se (Mats Lofkvist)
Cc:        bde@zeta.org.au, freebsd-hackers@FreeBSD.org
Subject:   Re: xntpd (or kernel) timekeeping problem?
Message-ID:  <199509190532.HAA05163@uriah.heep.sax.de>
In-Reply-To: <9509182209.AA19117@sophocles.> from "Mats Lofkvist" at Sep 19, 95 00:09:30 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Mats Lofkvist wrote:
> 
> 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

TIMER_FREQ should once and forever be banned from all source files and
moved out into a header file.  (isa.h?)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



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