aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-06-07 20:36:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-06-07 20:36:55 +0000
commit48115288df36c5eaaf8e456d4f0a5d212e4f9b4f (patch)
treea913d0236c0f9a443162d110057a5c6ec3f6e9ee /sys/i386/isa/loran.c
parentd287aa098c88e91c2aac68e25eb599311532f235 (diff)
downloadsrc-48115288df36c5eaaf8e456d4f0a5d212e4f9b4f.tar.gz
src-48115288df36c5eaaf8e456d4f0a5d212e4f9b4f.zip
Add a member function more to the timecounters, this one is for use
with latch based PPS implementations. The client that uses it will be committed after more testing.
Notes
Notes: svn path=/head/; revision=36741
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index 9e8aa939b6af..f58f062470fa 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: loran.c,v 1.4 1998/04/19 15:36:12 bde Exp $
+ * $Id: loran.c,v 1.5 1998/05/29 08:04:44 phk Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -566,6 +566,7 @@ loran_get_timecount(void)
static struct timecounter loran_timecounter[3] = {
loran_get_timecount, /* get_timecount */
+ 0, /* no pps_poll */
0xffff, /* counter_mask */
5000000, /* frequency */
"loran" /* name */