1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

Apply a bit more of the patch from conf/35674: document the various

clock options in more detail.

PR:	conf/35674
Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
This commit is contained in:
Robert Watson 2002-03-08 18:50:07 +00:00
parent 08d38d4560
commit 552c7f1b18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91903
2 changed files with 12 additions and 2 deletions

View File

@ -884,9 +884,14 @@ options _KPOSIX_VERSION=199309L
options HZ=100
# Other clock options
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
# until the user presses a key.
options CLK_CALIBRATION_LOOP
# The following two options measure the frequency of the corresponding
# clock relative to the RTC (onboard mc146818a).
options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION

View File

@ -884,9 +884,14 @@ options _KPOSIX_VERSION=199309L
options HZ=100
# Other clock options
# CLK_CALIBRATION_LOOP will run the clock calibration loop at startup
# until the user presses a key.
options CLK_CALIBRATION_LOOP
# The following two options measure the frequency of the corresponding
# clock relative to the RTC (onboard mc146818a).
options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION