Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 14:51:08 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_tc.c src/sys/sys timepps.h timetc.h
Message-ID:  <200204262151.g3QLp8m26766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/04/26 14:51:08 PDT

  Modified files:
    sys/kern             kern_tc.c 
    sys/sys              timepps.h timetc.h 
  Log:
  Now that the private parts of timecounters are no longer being fingered
  by other bits of code, split struct timecounter into two.
  
  struct timecounter contains just the bits which pertains to the hardware
  counter and the reading of it.
  
  struct timehands (as in "the hands on a clock") contains all the ugly bit
  fidling stuff.  Statically compile ten timehands.
  
  This commit is the functional part.  A later cosmetic patch will rename
  various variables and fieldnames.
  
  Revision  Changes    Path
  1.126     +109 -143  src/sys/kern/kern_tc.c
  1.15      +3 -1      src/sys/sys/timepps.h
  1.51      +1 -12     src/sys/sys/timetc.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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