From: John Hay Date: Sat, 21 Sep 2002 11:22:00 +0000 (+0200) Subject: Put pps_enable = 1 back, so that ntpd knows that there is a hardpps() capable X-Git-Tag: NTP_4_1_73~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c06f6829bd39dc0efe4e4d4b96fbe215be2d3c1;p=thirdparty%2Fntp.git Put pps_enable = 1 back, so that ntpd knows that there is a hardpps() capable driver. Otherwise it will never enable the kernel hardpps() stuff. bk: 3d8c5658h4ybKLGAY-7EgwriqPQ53g --- diff --git a/ntpd/refclock_oncore.c b/ntpd/refclock_oncore.c index 712a9bbfe9..2476c2fcd9 100644 --- a/ntpd/refclock_oncore.c +++ b/ntpd/refclock_oncore.c @@ -758,6 +758,7 @@ oncore_ppsapi( "refclock_ioctl: time_pps_kcbind failed: %m"); return (0); } + pps_enable = 1; } } return(1);