From owner-freebsd-current Sun Feb 27 9:18:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 908CE37B634 for ; Sun, 27 Feb 2000 09:18:46 -0800 (PST) (envelope-from netchild@leidinger.net) Received: from [62.104.201.2] (helo=mx1.freenet.de) by mout1.freenet.de with esmtp (Exim 3.13 #1) id 12P7Ky-0007yL-00 for current@freebsd.org; Sun, 27 Feb 2000 18:18:32 +0100 Received: from [213.6.225.112] (helo=Magelan.Leidinger.net) by mx1.freenet.de with esmtp (Exim 3.13 #1) id 12P7Ky-0007Uq-00 for current@freebsd.org; Sun, 27 Feb 2000 18:18:32 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id RAA00966 for ; Sun, 27 Feb 2000 17:21:23 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200002271621.RAA00966@Magelan.Leidinger.net> Date: Sun, 27 Feb 2000 17:21:21 +0100 (CET) From: Alexander Leidinger Subject: Patch for usr.sbin/ntp/... (adds pcfclock) To: current@freebsd.org MIME-Version: 1.0 Content-Type: MULTIPART/mixed; BOUNDARY="0-1804289383-951668485=:963" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --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