NetBSD/sys/arch/x86/isa
joerg 930e1f6e1d Match delay/DELAY on x86 with delay(9). It takes an unsigned int as
argument. Use this and replace the inline assembly (mul + div using the
64bit intermediate result) with normal 32bit multiplication and
division. The compiler can turn the division into a multiplication and
shift, making it even cheaper then the original assembly. For extreme
long delays, just use 64bit arithmetic.
2007-10-26 13:24:39 +00:00
..
clock.c Match delay/DELAY on x86 with delay(9). It takes an unsigned int as 2007-10-26 13:24:39 +00:00
isa_machdep.c Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00