diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-03-08 18:59:05 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-03-08 18:59:05 +0000 |
| commit | 7ed3fd6d72a23ba0b11de52aab34bb5c7c6b0f37 (patch) | |
| tree | cefb8a23b5d0e5cb3bc9b798d3b29abc74163ee4 | |
| parent | 60e269643d92c8ab2776367a4f287481267dc4d6 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ee97f0357af1..1e57ae869052 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 ee97f0357af1..1e57ae869052 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. |
