Subject: CVS commit: src/sys/arch/x86/isa
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 12/28/2007 14:05:23
Module Name:	src
Committed By:	joerg
Date:		Fri Dec 28 14:05:23 UTC 2007

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

Log Message:
Remove delaytab and just compute the reminder directly. This requires
two muls and a shift, which needs at most 2ms on a 25MHz i386 and should
end up as fast as delay(1) was before due to using a reminder of 2.
Discussed with ad@.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/x86/isa/clock.c

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