svn commit: r213831 - head/usr.sbin/ntp

Gleb Smirnoff glebius at FreeBSD.org
Thu Oct 14 11:20:23 UTC 2010


Author: glebius
Date: Thu Oct 14 11:20:23 2010
New Revision: 213831
URL: http://svn.freebsd.org/changeset/base/213831

Log:
  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:
  head/usr.sbin/ntp/config.h

Modified: head/usr.sbin/ntp/config.h
==============================================================================
--- head/usr.sbin/ntp/config.h	Thu Oct 14 09:29:59 2010	(r213830)
+++ head/usr.sbin/ntp/config.h	Thu Oct 14 11:20:23 2010	(r213831)
@@ -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-head mailing list