Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 1999 19:21:58 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        current@FreeBSD.ORG
Cc:        Harlan Stenn <Harlan.Stenn@pfcs.com>, "David L . Mills" <mills@udel.edu>
Subject:   Re: NTP nanokernel support (experimental)
Message-ID:  <19990307192158.A57399@keltia.freenix.fr>
In-Reply-To: <19990307180510.A1220@fasterix.frmug.fr.net>; from Pierre Beyssac on Sun, Mar 07, 1999 at 06:05:10PM %2B0100
References:  <19990306164238.A29897@keltia.freenix.fr> <14112.920744164@critter.freebsd.dk> <19990306200053.B30895@keltia.freenix.fr> <19990307180510.A1220@fasterix.frmug.fr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Pierre Beyssac:
> absolutely no reason why you should enable PARENB for a raw DCF77
> driver; yet that's what ntpd's configure does, at least under
> FreeBSD.

Yes, it seems to be that again. I thought I had fixed it in config.cache
but it seems not. It is working now.

     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 127.127.1.0     127.127.1.0     10 -   12   64    1    0.000    0.000   0.000
*127.127.8.0     .DCFa.           0 -   11   64    3    0.000   32.068   0.514
 224.0.1.1       0.0.0.0         16 u    -   64    0    0.000    0.000 4000.00

A few more peerstats for you Poul-Henning, now with both your diffs and
4.0.92c.

51244 65536.259 127.127.8.0 96c4 0.032788333 0.000000000 0.000000000 0.002593271
51244 65537.261 127.127.8.0 96c4 0.032699250 0.000000000 0.000000000 0.002148683
51244 65538.259 127.127.8.0 96c4 0.032702500 0.000000000 0.000000000 0.001667484
51244 65539.253 127.127.8.0 96c4 0.032702500 0.000000000 0.000000000 0.000871368
51244 65540.259 127.127.8.0 96c4 0.032678083 0.000000000 0.000000000 0.000525512
51244 65541.259 127.127.8.0 96c4 0.032167917 0.000000000 0.000000000 0.000432877
51244 65542.639 127.127.8.0 96c4 0.032068250 0.000000000 0.000000000 0.000513906

The following diff should fix the ignpar/parenb problem.

--- configure.in.old	Sun Mar  7 19:11:41 1999
+++ configure.in	Sun Mar  7 19:11:55 1999
@@ -1055,6 +1055,9 @@
  i?86-*-linux*)
     ans=yes
     ;;
+ *-*-freebsd*)
+    ans=yes
+    ;;
  mips-sgi-irix*)
     ans=yes
     ;;

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #70: Sat Feb 27 09:43:08 CET 1999



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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