From sas@schumann.cx  Fri Feb 18 04:16:40 2000
Return-Path: <sas@schumann.cx>
Received: from sockratte.schell.de (polz.de [195.20.238.74])
	by hub.freebsd.org (Postfix) with SMTP id 8B33837B8CC
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2000 04:16:38 -0800 (PST)
	(envelope-from sas@schumann.cx)
Received: (qmail 17294 invoked from network); 18 Feb 2000 12:16:32 -0000
Received: from unknown (HELO schumann.cx) (195.179.170.51)
  by schell.de with SMTP; 18 Feb 2000 12:16:32 -0000
Received: (qmail 6332 invoked by uid 500); 18 Feb 2000 12:13:46 -0000
Message-Id: <20000218121346.6331.qmail@schumann.cx>
Date: 18 Feb 2000 12:13:46 -0000
From: sascha@schumann.cx
Sender: sas@schumann.cx
To: FreeBSD-gnats-submit@freebsd.org
Cc: sascha@schumann.cx
Subject: Enabling pcfclock module
X-Send-Pr-Version: 3.2

>Number:         16804
>Category:       kern
>Synopsis:       Enabling pcfclock KLD
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 04:20:01 PST 2000
>Closed-Date:    Tue Feb 29 02:57:46 PST 2000
>Last-Modified:  Tue Feb 29 02:58:30 PST 2000
>Originator:     Sascha Schumann
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	NA

>Description:

	The pcfclock driver can be built as a KLD to ease the use 
	of radio clocks.

>How-To-Repeat:

	NA

>Fix:

	1. Create modules/pcfclock
	2. Put the following Makefile into modules/pcfclock
	3. Add pcfclock to SUBDIR list of modules/Makefile

	Thank you.

================================================Makefile======
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/ppbus
KMOD	= pcfclock
SRCS	= pcfclock.c opt_pcfclock.h
SRCS	+= device_if.h bus_if.h ppbus_if.h

.include <bsd.kmod.mk>

>Release-Note:
>Audit-Trail:

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: sascha@schumann.cx
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/16804: Enabling pcfclock module 
Date: Sun, 20 Feb 2000 23:21:17 +0200

 On 18 Feb 2000 12:13:46 GMT, sascha@schumann.cx wrote:
 
 > 	The pcfclock driver can be built as a KLD to ease the use 
 > 	of radio clocks.
 
 I'll ask Jordan for permission to commit this if you assure me that
 you've run it through a complete "make world".  I'll try it myself, of
 course, but I'd like to know that you've tried it first. :-)
 
 Ciao,
 Sheldon.
 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Tue Feb 29 02:57:46 PST 2000 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Feb 29 02:57:46 PST 2000 
Responsible-Changed-Why:  
I'll handle this one.  Um.  yes, well.   It's done. :-) 
>Unformatted:
