]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, config.h.in:
authorHarlan Stenn <stenn@ntp.org>
Wed, 29 Dec 1999 23:11:20 +0000 (23:11 -0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 29 Dec 1999 23:11:20 +0000 (23:11 -0000)
  autogenerate checkin

bk: 386a951816BIqDmSHYGltBEvAhVyQQ

ChangeLog
config.h.in

index 7af3656d219b27fb24462e2fd29d73dcf54b3e93..76b20240f8351f07f0e9463b87dd55de1efab98f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 1999-12-29  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * 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 <das@online.nsk.su>
+       
        * 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.
index 2dbe78d1ac3f9b7ed7b8cc6aeba7fb6c3111ad48..d39d266aac3fb7f5a2f1d21c3ba426a78e6a746c 100644 (file)
@@ -83,6 +83,9 @@
 /* Audio CHU? */
 #undef AUDIO_CHU
 
+/* PARSE kernel PLL PPS support */
+#undef PPS_SYNC
+
 /* ACTS modem service */
 #undef CLOCK_ACTS
 
 /* 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
 
 /* local clock reference */
 #undef CLOCK_LOCAL
 
+/* Meinberg clocks */
+#undef CLOCK_MEINBERG
+
 /* EES M201 MSF receiver */
 #undef CLOCK_MSFEES
 
 /* 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
 /* 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
 
 /* 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