| Summary: | Enabling pcfclock KLD | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Sascha Schumann <sascha> |
| Component: | kern | Assignee: | Sheldon Hearn <sheldonh> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | sascha |
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 Committed, thanks! Responsible Changed From-To: freebsd-bugs->sheldonh I'll handle this one. Um. yes, well. It's done. :-) |
The pcfclock driver can be built as a KLD to ease the use of radio clocks. 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> How-To-Repeat: NA