summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-06-07 20:36:55 +0000
committerphk <phk@FreeBSD.org>1998-06-07 20:36:55 +0000
commit8c3dc868d38f3bd0cfe972fe736d59942d9a2251 (patch)
treee84bebaaf18b9e9e7e2e10003bfd0e527180c8ea /sys/i386/isa/loran.c
parent8ccd49e34b242ceac1a333b2fbd3fc058b29da24 (diff)
downloadFreeBSD-src-8c3dc868d38f3bd0cfe972fe736d59942d9a2251.zip
FreeBSD-src-8c3dc868d38f3bd0cfe972fe736d59942d9a2251.tar.gz
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.
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 9e8aa93..f58f062 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 */
OpenPOWER on IntegriCloud