summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-04-05 03:36:31 +0000
committerache <ache@FreeBSD.org>1996-04-05 03:36:31 +0000
commit434490d43803611d1db1f1e99cfb16d171106205 (patch)
tree3ffd7498a4f969813e2e8f9dfe93fb476ea49cea /sys/i386/include/clock.h
parentdef84715cb7f087981c292f84ec358d43019c286 (diff)
downloadFreeBSD-src-434490d43803611d1db1f1e99cfb16d171106205.zip
FreeBSD-src-434490d43803611d1db1f1e99cfb16d171106205.tar.gz
Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for
UTC cmos clocks (needed for Local Timezone FSes)
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index f7ba36e95..e390415 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.9 1996/01/30 18:56:24 wollman Exp $
+ * $Id: clock.h,v 1.10 1996/03/31 04:05:17 bde Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -54,6 +54,8 @@
*/
extern int adjkerntz;
extern int disable_rtc_set;
+extern int wall_cmos_clock;
+
#if defined(I586_CPU) || defined(I686_CPU)
extern unsigned i586_ctr_rate; /* fixed point */
extern long long i586_last_tick;
OpenPOWER on IntegriCloud