git: DragonFly_RELEASE_2_8 boot - Bring in fix for qemu menu time bug
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Oct 24 09:38:30 PDT 2010
commit c42f98cfe199322697feecdf7b0f146fb3209a08
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/c42f98cfe199322697feecdf7b0f146fb3209a08
--
DragonFly BSD source repository
More information about the Commits
mailing list