Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/04/2007 16:05:34
Module Name:	src
Committed By:	ad
Date:		Tue Dec  4 16:05:34 UTC 2007

Modified Files:
	src/sys/arch/x86/isa: clock.c
	src/sys/arch/x86/x86: cpu.c

Log Message:
- Fix the locking around the i8254. Values for the TSC clock and lapic
  delay function were wildly inaccurate due to multiple CPUs competing
  in DELAY() during calibration, confusing the clock chip.
- Use i8254_delay() explictly in a few more places.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/x86/isa/clock.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/x86/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.