Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 1999 16:13:32 -0800 (PST)
From:      petry@netmasters.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/9296: pps driver missing header file
Message-ID:  <199901040013.QAA27991@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <sys/param.h>
  #include <sys/kernel.h>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901040013.QAA27991>