From: Harlan Stenn Date: Wed, 29 Dec 1999 23:11:20 +0000 (-0000) Subject: ChangeLog, config.h.in: X-Git-Tag: NTP_4_0_98_I~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09c46cb802b2cd2e965c78164b12094ccfa30a28;p=thirdparty%2Fntp.git ChangeLog, config.h.in: autogenerate checkin bk: 386a951816BIqDmSHYGltBEvAhVyQQ --- diff --git a/ChangeLog b/ChangeLog index 7af3656d21..76b20240f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 1999-12-29 Harlan Stenn + * ntpd/refclock_fg.c: + * ntpd/refclock_conf.c: + * ntpd/ntp_control.c: + * ntpd/Makefile.am: + * libntp/clocktypes.c: + * include/ntp.h: + * html/refclock.htm: + * html/driver37.htm: + * configure.in: + * acconfig.h: + Forum Graphic GPS clock support + From: Dmitry Smirnov + * configure.in: Default to compile the IRIG, CHU and WWV/H drivers and compile the CHU driver for audio, not modem. Requested by Dave Mills. diff --git a/config.h.in b/config.h.in index 2dbe78d1ac..d39d266aac 100644 --- a/config.h.in +++ b/config.h.in @@ -83,6 +83,9 @@ /* Audio CHU? */ #undef AUDIO_CHU +/* PARSE kernel PLL PPS support */ +#undef PPS_SYNC + /* ACTS modem service */ #undef CLOCK_ACTS @@ -104,48 +107,33 @@ /* Datum/Bancomm bc635/VME interface */ #undef CLOCK_BANC -/* ELV/DCF7000 clock */ -#undef CLOCK_DCF7000 - -/* HOPF 6021 clock */ -#undef CLOCK_HOPF6021 - -/* Meinberg clocks */ -#undef CLOCK_MEINBERG - -/* DCF77 raw time code */ -#undef CLOCK_RAWDCF - -/* RCC 8000 clock */ -#undef CLOCK_RCC8000 - -/* Schmid DCF77 clock */ -#undef CLOCK_SCHMID - -/* Trimble GPS receiver/TAIP protocol */ -#undef CLOCK_TRIMTAIP - -/* Trimble GPS receiver/TSIP protocol */ -#undef CLOCK_TRIMTSIP - -/* WHARTON 400A Series protocol */ -#undef CLOCK_WHARTON_400A - -/* VARITEXT protocol */ -#undef CLOCK_VARITEXT - /* Diems Computime Radio Clock */ #undef CLOCK_COMPUTIME +/* Chronolog K-series WWVB receiver */ +#undef CLOCK_CHRONOLOG + /* Datum Programmable Time System */ #undef CLOCK_DATUM +/* ELV/DCF7000 clock */ +#undef CLOCK_DCF7000 + +/* Dumb generic hh:mm:ss local clock */ +#undef CLOCK_DUMBCLOCK + +/* Forum Graphic GPS datating station driver */ +#undef CLOCK_FG + /* TrueTime GPS receiver/VME interface */ #undef CLOCK_GPSVME /* Heath GC-1000 WWV/WWVH receiver */ #undef CLOCK_HEATH +/* HOPF 6021 clock */ +#undef CLOCK_HOPF6021 + /* HP 58503A GPS receiver */ #undef CLOCK_HPGPS @@ -161,6 +149,9 @@ /* local clock reference */ #undef CLOCK_LOCAL +/* Meinberg clocks */ +#undef CLOCK_MEINBERG + /* EES M201 MSF receiver */ #undef CLOCK_MSFEES @@ -170,14 +161,17 @@ /* NMEA GPS receiver */ #undef CLOCK_NMEA +/* Motorola UT Oncore GPS */ +#undef CLOCK_ONCORE + /* Palisade clock */ #undef CLOCK_PALISADE /* PARSE driver interface */ #undef CLOCK_PARSE -/* PARSE kernel PLL PPS support */ -#undef PPS_SYNC +/* Conrad parallel port radio clock */ +#undef CLOCK_PCF /* PCL 720 clock support */ #undef CLOCK_PPS720 @@ -188,12 +182,18 @@ /* PTB modem service */ #undef CLOCK_PTBACTS +/* DCF77 raw time code */ +#undef CLOCK_RAWDCF + +/* RCC 8000 clock */ +#undef CLOCK_RCC8000 + +/* Schmid DCF77 clock */ +#undef CLOCK_SCHMID + /* clock thru shared memory */ #undef CLOCK_SHM -/* Motorola UT Oncore GPS */ -#undef CLOCK_ONCORE - /* Spectracom 8170/Netclock/2 WWVB receiver */ #undef CLOCK_SPECTRACOM @@ -203,29 +203,29 @@ /* TRAK 8810 GPS receiver */ #undef CLOCK_TRAK +/* Trimble GPS receiver/TAIP protocol */ +#undef CLOCK_TRIMTAIP + +/* Trimble GPS receiver/TSIP protocol */ +#undef CLOCK_TRIMTSIP + /* Kinemetrics/TrueTime receivers */ #undef CLOCK_TRUETIME +/* Ultralink M320 WWVB receiver */ +#undef CLOCK_ULINK + /* USNO modem service */ #undef CLOCK_USNO +/* WHARTON 400A Series protocol */ +#undef CLOCK_WHARTON_400A + /* WWV audio driver */ #undef CLOCK_WWV -/* Forum Graphic GPS datating station driver */ -#undef CLOCK_FG - -/* Ultralink M320 WWVB receiver */ -#undef CLOCK_ULINK - -/* Chronolog K-series WWVB receiver */ -#undef CLOCK_CHRONOLOG - -/* Dumb generic hh:mm:ss local clock */ -#undef CLOCK_DUMBCLOCK - -/* Conrad parallel port radio clock */ -#undef CLOCK_PCF +/* VARITEXT protocol */ +#undef CLOCK_VARITEXT /* define if we need to declare int errno; */ #undef DECL_ERRNO