From cdc2842a0cd96f5e492c5b721ec3bf6dc5735810 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 13 Dec 1999 19:44:07 +0000 Subject: Add the NMEA and the ONCORE driver. Submitted by: wollman, phk --- usr.sbin/ntp/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ntp') diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index e37dd3e..79c178e 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -170,7 +170,7 @@ /* #undef CLOCK_MX4200 */ /* NMEA GPS receiver */ -/* #undef CLOCK_NMEA */ +#define CLOCK_NMEA 1 /* Palisade clock */ /* #undef CLOCK_PALISADE */ @@ -194,7 +194,7 @@ /* #undef CLOCK_SHM */ /* Motorola UT Oncore GPS */ -/* #undef CLOCK_ONCORE */ +#define CLOCK_ONCORE 1 /* KSI/Odetics TPRO/S GPS receiver/IRIG interface */ /* #undef CLOCK_TPRO */ -- cgit v1.1