From d48088aab1125eca129730f14cc9a856a4934b24 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Thu, 14 Oct 2010 11:20:23 +0000 Subject: [PATCH] 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 --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 8359b301d971..efa42d229dee 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -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 */