Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/29/1999 09:54:35
Module Name: src
Committed By: mycroft
Date: Mon Mar 29 17:54:34 UTC 1999
Modified Files:
src/sys/arch/i386/isa: clock.c
Log Message:
Recalculate delaytab[]. We need to round up in case we were on the edge of a
tick and the hardware mysteriously responds fast enough that the delay ends
up being 1 tick short. An unlikely event, but just in case anything actually
relies on this...