From owner-freebsd-bugs Sun Jan 3 16:20:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28868 for freebsd-bugs-outgoing; Sun, 3 Jan 1999 16:20:09 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28860 for ; Sun, 3 Jan 1999 16:20:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA26222; Sun, 3 Jan 1999 16:20:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27991; Sun, 3 Jan 1999 16:13:32 -0800 (PST) (envelope-from nobody) Message-Id: <199901040013.QAA27991@hub.freebsd.org> Date: Sun, 3 Jan 1999 16:13:32 -0800 (PST) From: petry@netmasters.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9296: pps driver missing header file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9296 >Category: kern >Synopsis: pps driver missing header file >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 3 16:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Petry >Release: 3.0 Current >Organization: >Environment: FreeBSD zditto.NetMasters.Com 3.0-CURRENT FreeBSD 3.0-CURRENT #6: Sun Jan 3 18:54:57 EST 1999 petry@zditto.NetMasters.Com:/usr/src/sys/compile/PC.UP i386 >Description: /sys/dev/ppbus/pps.c neglects to include "opt_ntp.h" This causes the code code that is conditional on PPS_SYNC to never be produced. Without it, the hardpps routine is never called. >How-To-Repeat: define PPS_SYNC in the kernel config and note that the code in pps.c is never created. >Fix: *** /sys/dev/ppbus/pps.c Thu Dec 10 22:10:08 1998 --- pps.c Sun Jan 3 19:11:10 1999 *************** *** 16,21 **** --- 16,22 ---- */ #include "opt_devfs.h" + #include "opt_ntp.h" #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message