From owner-freebsd-hackers Mon Sep 18 22:35:56 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA07086 for hackers-outgoing; Mon, 18 Sep 1995 22:35:56 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA07056 for ; Mon, 18 Sep 1995 22:35:50 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id HAA10458; Tue, 19 Sep 1995 07:35:46 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id HAA07199; Tue, 19 Sep 1995 07:35:45 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id HAA05163; Tue, 19 Sep 1995 07:32:03 +0200 From: J Wunsch Message-Id: <199509190532.HAA05163@uriah.heep.sax.de> Subject: Re: xntpd (or kernel) timekeeping problem? To: mal@aristotle.algonet.se (Mats Lofkvist) Date: Tue, 19 Sep 1995 07:32:03 +0200 (MET DST) Cc: bde@zeta.org.au, freebsd-hackers@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <9509182209.AA19117@sophocles.> from "Mats Lofkvist" at Sep 19, 95 00:09:30 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 737 Sender: owner-hackers@FreeBSD.org Precedence: bulk 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. ;-)