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

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 8 Jan 2004 00:11:13 -0800 (PST)

dillon      2004/01/08 00:11:13 PST

DragonFly src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  Make the phase synchronization of the hz clock interrupt (I8254 timer0)
  to the timecounter more generic.  This will work with all time counters
  as long as the 8254's crystal isn't to terribly off, but it could take a
  few minutes for the computer to lock the phase after boot.  I'm being
  conservative here and do not want to skew the clock interrupt too much.
  
  Tested by: Paul Herman <pherman@xxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.10      +31 -14    src/sys/i386/isa/clock.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/isa/clock.c.diff?r1=1.9&r2=1.10&f=h



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