Bug 32825

Summary: undocumented options in LINT
Product: Documentation Reporter: thierry <thierry>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description thierry 2001-12-14 06:20:00 UTC
options         CLK_CALIBRATION_LOOP
options         CLK_USE_I8254_CALIBRATION
options         CLK_USE_TSC_CALIBRATION

are not documented (neither in -Stable LINT, nor in -Current Notes)

Fix: 

# will run the clock calibration loop at startup until the 
# user presses a key
options         CLK_CALIBRATION_LOOP
# the two following options measure the frequency 
# of the corresponding clock relative to the RTC (onboard mc146818A?)
options         CLK_USE_I8254_CALIBRATION
options         CLK_USE_TSC_CALIBRATION
Comment 1 darklogik 2001-12-28 01:10:52 UTC
Should this be changed over to STABLE or pointed out to bmah for 
the final release of 4.5?  I saved a copy of this for when I get 
started on the lint file, but i'm not sure if this should be pointed out 
to anyone else...  Let me know pls


Tom (darklogik) Rhodes
http://www.Pittgoth.com The Dark Portal Project
http://www.FreeBSD.org The Power To Serve
Comment 2 Robert Watson freebsd_committer freebsd_triage 2002-03-09 17:41:36 UTC
State Changed
From-To: open->closed

Merged from -CURRENT to -STABLE, following modifications to -CURRENT's 
NOTES as a result of conf/35674.