svn commit: r213980 - stable/8/usr.sbin/ntp

Gleb Smirnoff glebius at FreeBSD.org
Sun Oct 17 15:25:33 UTC 2010


Author: glebius
Date: Sun Oct 17 15:25:33 2010
New Revision: 213980
URL: http://svn.freebsd.org/changeset/base/213980

Log:
  Merge 213831:
    Enable the shared memory reference clock driver. The GPS devices are
    getting more and more popular, as source of precise time, and the gpsd
    daemon from ports is using the shared memory to synchronize with ntpd.
  
    Reviewed by:  roberto

Modified:
  stable/8/usr.sbin/ntp/config.h
Directory Properties:
  stable/8/usr.sbin/ntp/   (props changed)

Modified: stable/8/usr.sbin/ntp/config.h
==============================================================================
--- stable/8/usr.sbin/ntp/config.h	Sun Oct 17 15:22:59 2010	(r213979)
+++ stable/8/usr.sbin/ntp/config.h	Sun Oct 17 15:25:33 2010	(r213980)
@@ -126,7 +126,7 @@
 /* #undef CLOCK_SCHMID */
 
 /* clock thru shared memory */
-/* #undef CLOCK_SHM */
+#define CLOCK_SHM
 
 /* Spectracom 8170/Netclock/2 WWVB receiver */
 /* #undef CLOCK_SPECTRACOM */


More information about the svn-src-all mailing list