Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 1995 00:10:54 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/isa clock.c
Message-ID:  <199512240810.AAA11988@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      95/12/24 00:10:53

  Modified:    sys/i386/i386  locore.s machdep.c microtime.s support.s
               sys/i386/include  clock.h cputypes.h
               sys/i386/isa  clock.c
  Log:
  Add Pentium Pro CPU detection and special handling. For now, all the
  optimizations we have for 586s also apply to 686s...this will be fine-
  tuned in the future as appropriate.
  
  Revision  Changes    Path
  1.57      +12 -5     src/sys/i386/i386/locore.s
  1.163     +30 -23    src/sys/i386/i386/machdep.c
  1.12      +3 -3      src/sys/i386/i386/microtime.s
  1.28      +8 -8      src/sys/i386/i386/support.s
  1.8       +5 -5      src/sys/i386/include/clock.h
  1.4       +3 -1      src/sys/i386/include/cputypes.h
  1.43      +4 -4      src/sys/i386/isa/clock.c



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