Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 11:20:23 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213831 - head/usr.sbin/ntp
Message-ID:  <201010141120.o9EBKNxX022813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010141120.o9EBKNxX022813>