Date: Sun, 27 Feb 2000 17:21:21 +0100 (CET) From: Alexander Leidinger <Alexander@Leidinger.net> To: current@freebsd.org Subject: Patch for usr.sbin/ntp/... (adds pcfclock) Message-ID: <200002271621.RAA00966@Magelan.Leidinger.net>
next in thread | raw e-mail | index | archive | help
--0-1804289383-951668485=:963 Content-Type: TEXT/plain; charset=us-ascii Hi, attached is a patch for usr.sbin/ntp/config.h and usr.sbin/ntp/ntpd/Makefile. It adds reflock_pcf to the compiled in drivers (current has support in the kernel for it). Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander+Home @ Leidinger.net Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E --0-1804289383-951668485=:963 Content-Type: TEXT/plain; CHARSET=US-ASCII Content-Disposition: attachment; filename="ntp.diff" Index: config.h =================================================================== RCS file: /big/FreeBSD-CVS/src/usr.sbin/ntp/config.h,v retrieving revision 1.3 diff -u -r1.3 config.h --- config.h 2000/01/28 15:05:49 1.3 +++ config.h 2000/02/27 16:09:54 @@ -173,7 +173,7 @@ #define CLOCK_PARSE 1 /* Conrad parallel port radio clock */ -/* #undef CLOCK_PCF */ +#define CLOCK_PCF /* PCL 720 clock support */ /* #undef CLOCK_PPS720 */ Index: ntpd/Makefile =================================================================== RCS file: /big/FreeBSD-CVS/src/usr.sbin/ntp/ntpd/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- ntpd/Makefile 2000/01/01 23:57:59 1.3 +++ ntpd/Makefile 2000/02/27 16:12:16 @@ -19,10 +19,10 @@ refclock_hpgps.c refclock_irig.c refclock_jupiter.c \ refclock_leitch.c refclock_local.c refclock_msfees.c \ refclock_mx4200.c refclock_nmea.c refclock_oncore.c \ - refclock_palisade.c refclock_parse.c refclock_pst.c \ - refclock_ptbacts.c refclock_shm.c refclock_tpro.c \ - refclock_trak.c refclock_true.c refclock_usno.c \ - refclock_wwvb.c version.c + refclock_palisade.c refclock_parse.c refclock_pcf.c \ + refclock_pst.c refclock_ptbacts.c refclock_shm.c \ + refclock_tpro.c refclock_trak.c refclock_true.c \ + refclock_usno.c refclock_wwvb.c version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ --0-1804289383-951668485=:963-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002271621.RAA00966>