Date: 18 Feb 2000 12:13:46 -0000 From: sascha@schumann.cx To: FreeBSD-gnats-submit@freebsd.org Cc: sascha@schumann.cx Subject: kern/16804: Enabling pcfclock module Message-ID: <20000218121346.6331.qmail@schumann.cx>
next in thread | raw e-mail | index | archive | help
>Number: 16804
>Category: kern
>Synopsis: Enabling pcfclock KLD
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 18 04:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20000218121346.6331.qmail>
