git: boot - Fix timecount issues with some BIOSes
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 6 12:50:33 PDT 2014
commit 1a1ada88346625b2b581e0676eea4df99f1b89b6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jul 6 12:49:22 2014 -0700
boot - Fix timecount issues with some BIOSes
* Some BIOSes do not correctly read RTC which means there is no timecount
at boot time. The system boots immediately without giving the user a
chance to choose a menu option. This patch gets rid of the annoying issue.
It has no effect on systems that work properly.
Reported-by: peeter bug #2696
Taken-from: FreeBSD
Summary of changes:
sys/boot/pc32/libi386/time.c | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a1ada88346625b2b581e0676eea4df99f1b89b6
--
DragonFly BSD source repository
More information about the Commits
mailing list