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:
parent
08d38d4560
commit
552c7f1b18
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user