Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 1996 14:16:29 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include clock.h src/sys/i386/i386 identcpu.c perfmon.c src/sys/i386/isa clock.c random_machdep.c
Message-ID:  <199608022116.OAA01738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/08/02 14:16:29

  Modified:    sys/i386/i386  identcpu.c perfmon.c
               sys/i386/isa  clock.c random_machdep.c
  Log:
  Eliminated i586_ctr_rate.  Use i586_ctr_freq instead.
  
  Revision  Changes    Path
  1.2       +3 -5      src/sys/i386/i386/identcpu.c
  1.7       +3 -2      src/sys/i386/i386/perfmon.c
  1.67      +6 -12     src/sys/i386/isa/clock.c
  1.10      +2 -2      src/sys/i386/isa/random_machdep.c

  Modified:    sys/i386/include  clock.h
  Log:
  Eliminated i586_ctr_rate.  Use i586_ctr_freq instead.
  
  Changed i586_ctr_bias from long long to u_int.  Only the low 32 bits
  are used now that microtime uses a multiplication to do the scaling.
  Previously the high 32 bits had to match those of rdtsc() to prevent
  overflow traps and invalid timeval adjustments.
  
  Revision  Changes    Path
  1.16      +6 -8      src/sys/i386/include/clock.h



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