summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-06-11 16:02:55 +0000
committerpst <pst@FreeBSD.org>1996-06-11 16:02:55 +0000
commit05dc2e0edfbeb4a68aecf3da1381caa39a3dc426 (patch)
tree7bb03f8e51b5588f29085b20c9ce43a41c377687 /sys/i386
parent47177c3993ac69da25e23040492991aee702bcd0 (diff)
downloadFreeBSD-src-05dc2e0edfbeb4a68aecf3da1381caa39a3dc426.zip
FreeBSD-src-05dc2e0edfbeb4a68aecf3da1381caa39a3dc426.tar.gz
Put clock calibration #defines in opt_clock.h to ease reconfiguration
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/options.i3866
-rw-r--r--sys/i386/i386/tsc.c3
-rw-r--r--sys/i386/isa/clock.c3
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 51f72dc..df1af79 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.12 1996/05/01 03:30:04 bde Exp $
+# $Id: options.i386,v 1.13 1996/05/11 04:39:44 bde Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -23,3 +23,7 @@ FAT_CURSOR opt_pcvt.h
PCVT_FREEBSD opt_pcvt.h
PCVT_SCANSET opt_pcvt.h
XSERVER opt_pcvt.h
+
+CLK_CALIBRATION_LOOP opt_clock.h
+CLK_USE_I8254_CALIBRATION opt_clock.h
+CLK_USE_I586_CALIBRATION opt_clock.h
diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c
index ca9e405..fb8427d 100644
--- a/sys/i386/i386/tsc.c
+++ b/sys/i386/i386/tsc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
+ * $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
+#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index ca9e405..fb8427d 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/isa/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.57 1996/04/22 19:40:28 nate Exp $
+ * $Id: clock.c,v 1.58 1996/05/01 08:39:02 bde Exp $
*/
/*
@@ -48,6 +48,7 @@
* Primitive clock interrupt routines.
*/
#include "opt_ddb.h"
+#include "opt_clock.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud