From nobody  Sun Jan  3 16:13:32 1999
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
Subject: pps driver missing header file
X-Send-Pr-Version: www-1.0

>Number:         9296
>Category:       kern
>Synopsis:       pps driver missing header file
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  3 16:20:01 PST 1999
>Closed-Date:    Thu Jun 1 15:22:49 PDT 2000
>Last-Modified:  Thu Jun 01 15:23:22 PDT 2000
>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 <sys/param.h>
  #include <sys/kernel.h>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Thu Jun 1 15:22:49 PDT 2000 
State-Changed-Why:  
Patch was overtaken by events. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=9296 
>Unformatted:
