Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2010 15:25:33 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r213980 - stable/8/usr.sbin/ntp
Message-ID:  <201010171525.o9HFPXTT036037@svn.freebsd.org>

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



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