git: boot - Bring in fix for qemu menu time bug
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Oct 19 10:46:57 PDT 2010
commit 43ca7c33d5d9709cb830f16440724207af527cae
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Oct 19 10:42:49 2010 -0700
boot - Bring in fix for qemu menu time bug
* qemu does not debounce the RTC data. The RTC chip uses a serial interface
as well as a simple carry propagation incremenber which can catch
transitions in the middle of an update, resulting in corrupted data.
* Simply requery the time until a stable value is found.
Suggested-by: Oliver Fromme <check+lajddm00rsub4p7p at fromme.com>
Summary of changes:
sys/boot/pc32/libi386/time.c | 32 +++++++++++++++++++++++++-------
1 files changed, 25 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/43ca7c33d5d9709cb830f16440724207af527cae
--
DragonFly BSD source repository
More information about the Commits
mailing list