From owner-freebsd-hackers Mon Sep 18 22:55:40 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09293 for hackers-outgoing; Mon, 18 Sep 1995 22:55:40 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA09286 for ; Mon, 18 Sep 1995 22:55:38 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id WAA12566 for ; Mon, 18 Sep 1995 22:55:32 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA27383; Tue, 19 Sep 1995 15:48:36 +1000 Date: Tue, 19 Sep 1995 15:48:36 +1000 From: Bruce Evans Message-Id: <199509190548.PAA27383@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, mal@aristotle.algonet.se Subject: Re: xntpd (or kernel) timekeeping problem? Cc: bde@zeta.org.au, freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org Precedence: bulk >> 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. It's only used for the beeper from there, so it wouldn't matter if your global redefine of TIMER_FREQ was missed there. >TIMER_FREQ should once and forever be banned from all source files and >moved out into a header file. (isa.h?) isa/timerreg.h. All except the first 4 defines in timmerreg.h should actually be in ic/i8253.h. Bruce