summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-26 22:12:00 +0000
committerphk <phk@FreeBSD.org>2008-03-26 22:12:00 +0000
commitc763b22a79ef10c0a961b24ae617980231681e06 (patch)
tree20d0b26b46164667259cfe3e02b7532d073ad9f7 /sys/conf/options.i386
parentf5d8b746903f5367297004175baffffdc7d01824 (diff)
downloadFreeBSD-src-c763b22a79ef10c0a961b24ae617980231681e06.zip
FreeBSD-src-c763b22a79ef10c0a961b24ae617980231681e06.tar.gz
Back in the good old days, PC's had random pieces of rock for
frequency generation and what frequency the generated was anyones guess. In general the 32.768kHz RTC clock x-tal was the best, because that was a regular wrist-watch Xtal, whereas the X-tal generating the ISA bus frequency was much lower quality, often costing as much as several cents a piece, so it made good sense to check the ISA bus frequency against the RTC clock. The other relevant property of those machines, is that they typically had no more than 16MB RAM. These days, CPU chips croak if their clocks are not tightly within specs and all necessary frequencies are derived from the master crystal by means if PLL's. Considering that it takes on average 1.5 second to calibrate the frequency of the i8254 counter, that more likely than not, we will not actually use the result of the calibration, and as the final clincher, we seldom use the i8254 for anything besides BEL in syscons anyway, it has become time to drop the calibration code. If you need to tell the system what frequency your i8254 runs, you can do so from the loader using hw.i8254.freq or using the sysctl kern.timecounter.tc.i8254.frequency.
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3862
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 3fc3fb1..8cdaa5e 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -36,8 +36,6 @@ KVA_PAGES opt_global.h
# Physical address extensions and support for >4G ram. As above.
PAE opt_global.h
-CLK_CALIBRATION_LOOP opt_clock.h
-CLK_USE_I8254_CALIBRATION opt_clock.h
TIMER_FREQ opt_clock.h
CPU_ATHLON_SSE_HACK opt_cpu.h
OpenPOWER on IntegriCloud