summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/options.i3866
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 51f72dc..df1af79 100644
--- a/sys/conf/options.i386
+++ b/sys/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
OpenPOWER on IntegriCloud