DragonFly BSD
DragonFly commits List (threaded) for 2010-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: boot - Bring in fix for qemu menu time bug


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 Oct 2010 10:46:00 -0700 (PDT)

commit 43ca7c33d5d9709cb830f16440724207af527cae
Author: Matthew Dillon <dillon@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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]