diff options
author | roberto <roberto@FreeBSD.org> | 1999-12-13 19:44:07 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-12-13 19:44:07 +0000 |
commit | cdc2842a0cd96f5e492c5b721ec3bf6dc5735810 (patch) | |
tree | 3e4f6e64bad70b992eb06c084dedddc545111de1 /usr.sbin | |
parent | ad4df1eda4bf1c8ecce71bd514f1282b39a66d7b (diff) | |
download | FreeBSD-src-cdc2842a0cd96f5e492c5b721ec3bf6dc5735810.zip FreeBSD-src-cdc2842a0cd96f5e492c5b721ec3bf6dc5735810.tar.gz |
Add the NMEA and the ONCORE driver.
Submitted by: wollman, phk
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ntp/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |