summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-04-22 19:40:28 +0000
committernate <nate@FreeBSD.org>1996-04-22 19:40:28 +0000
commit32d5c84b4c82fbdb2b186700c50a4df928af77f7 (patch)
tree741690a9594b4c514b3873326f1166df1f184550 /sys/i386/include/clock.h
parent791bb4af0afd9a27ef286b6bed0bf5f610e849b4 (diff)
downloadFreeBSD-src-32d5c84b4c82fbdb2b186700c50a4df928af77f7.zip
FreeBSD-src-32d5c84b4c82fbdb2b186700c50a4df928af77f7.tar.gz
- add apm to the GENERIC kernel (disabled by default), and add some comments
regarding apm to LINT - Disabled the statistics clock on machines which have an APM BIOS and have the options "APM_BROKEN_STATCLOCK" enabled (which is default in GENERIC now) - move around some of the code in clock.c dealing with the rtc to make it more obvios the effects of disabling the statistics clock Reviewed by: bde
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index e390415..b624a61 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.10 1996/03/31 04:05:17 bde Exp $
+ * $Id: clock.h,v 1.11 1996/04/05 03:36:20 ache Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -54,6 +54,7 @@
*/
extern int adjkerntz;
extern int disable_rtc_set;
+extern int statclock_disable;
extern int wall_cmos_clock;
#if defined(I586_CPU) || defined(I686_CPU)
OpenPOWER on IntegriCloud