* ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just
like the atom driver does.
From: reg@dwf.com
* ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like
the atom driver does.
From: Scott Allendorf <sca@newton.physics.uiowa.edu>
bk: 3b61ecdb2WBNq0c4zolZpeGd5JSIKw
2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
+ * ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just
+ like the atom driver does.
+ From: reg@dwf.com
+
+ * ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like
+ the atom driver does.
+ From: Scott Allendorf <sca@newton.physics.uiowa.edu>
+
* ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
wrong config flag.
From: <justin_forrester@hp.com>
"refclock_nmea: time_pps_kcbind failed: %m");
return (0);
}
+ pps_enable = 1;
}
peer->precision = PPS_PRECISION;
"refclock_ioctl: time_pps_kcbind failed: %m");
return (0);
}
+ pps_enable = 1;
}
}
}