From 7ed3fd6d72a23ba0b11de52aab34bb5c7c6b0f37 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 8 Mar 2002 18:59:05 +0000 Subject: [PATCH] Note that several of the recently documented clock-related kernel options are for debugging purposes only. Suggested by: bde --- sys/conf/NOTES | 3 +++ sys/i386/conf/NOTES | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ee97f0357af..1e57ae86905 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -884,6 +884,9 @@ options _KPOSIX_VERSION=199309L options HZ=100 +# The following options are used for debugging clock behavior only, and +# should not be used for production systems. +# # CLK_CALIBRATION_LOOP will run the clock calibration loop at startup # until the user presses a key. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ee97f0357af..1e57ae86905 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -884,6 +884,9 @@ options _KPOSIX_VERSION=199309L options HZ=100 +# The following options are used for debugging clock behavior only, and +# should not be used for production systems. +# # CLK_CALIBRATION_LOOP will run the clock calibration loop at startup # until the user presses a key.