Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 09:34:43 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa clock.c
Message-ID:  <200707270934.l6R9YhfQ072079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2007-07-27 09:34:43 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  It seems that some i386 mothermoards either do not implement the
  day of week field correctly, or they remember bad values that are
  written into the day of week field. For this reason, ignore the day
  of week field when reading the clock on i386 rather than bailing if
  it is set incorrectly.
  
  Problems were seen on a number of platforms, including VMWare, qemu,
  EPIA ME6000, Epox-3PTA and ABIT-SL30T.
  
  This is a slightly different fix to that proposed by Ted in his PR,
  but the same basic idea.
  
  PR:             111117
  Submitted by:   Ted Faber <faber@lunabase.org>
  Approved by:    re (rwatson)
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.239     +2 -1      src/sys/i386/isa/clock.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707270934.l6R9YhfQ072079>