Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 1995 11:57:24 -0800
From:      "Garrett A. Wollman" <wollman>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/isa clock.c
Message-ID:  <199511291957.LAA15138@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     95/11/29 11:57:23

  Modified:    sys/i386/i386  machdep.c microtime.s
               sys/i386/include  clock.h
               sys/i386/isa  clock.c
  Log:
  Fix Pentium CPU rate diagnosis:
  	- Don't print out meaningless iCOMP numbers, those are for droids.
  	- Use a shorter wait to determine clock rate to avoid deficiencies
  	  in DELAY().
  	- Use a fixed-point representation with 8 bits of fraction to store
  	  the rate and rationalize the variable name.  It would be
  	  possible to use even more fraction if it turns out to be
  	  worthwhile (I rather doubt it).
  
  The question of source code arrangement remains unaddressed.
  
  Revision  Changes    Path
  1.153     +13 -19    src/sys/i386/i386/machdep.c
  1.11      +7 -3      src/sys/i386/i386/microtime.s
  1.6       +9 -4      src/sys/i386/include/clock.h
  1.39      +8 -8      src/sys/i386/isa/clock.c



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