diff options
author | pst <pst@FreeBSD.org> | 1996-06-11 16:02:55 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-06-11 16:02:55 +0000 |
commit | 05dc2e0edfbeb4a68aecf3da1381caa39a3dc426 (patch) | |
tree | 7bb03f8e51b5588f29085b20c9ce43a41c377687 /sys/conf/options.i386 | |
parent | 47177c3993ac69da25e23040492991aee702bcd0 (diff) | |
download | FreeBSD-src-05dc2e0edfbeb4a68aecf3da1381caa39a3dc426.zip FreeBSD-src-05dc2e0edfbeb4a68aecf3da1381caa39a3dc426.tar.gz |
Put clock calibration #defines in opt_clock.h to ease reconfiguration
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 6 |
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 |