cvs commit: src/sys/i386/isa clock.c

David Malone dwmalone at FreeBSD.org
Fri Jul 27 09:34:43 UTC 2007


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 at lunabase.org>
  Approved by:    re (rwatson)
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.239     +2 -1      src/sys/i386/isa/clock.c


More information about the cvs-src mailing list