Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 02:10:37 -0700 (PDT)
From:      KATO Takenori <kato@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf LINT src/sys/i386/i386 initcpu.c
Message-ID:  <200006130910.CAA17156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kato        2000/06/13 02:10:37 PDT

  Modified files:
    sys/conf             options.i386 options.pc98 
    sys/i386/conf        LINT 
    sys/i386/i386        initcpu.c 
  Log:
  Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support
  Socket 8 to 370 converters.  When (1) CPU_PPRO2CELERON option is
  defined, (2) Intel CPU is found and (3) CPU ID is 0x66?, L2 cache is
  enabled through MSR 0x11e.  The L2 cache latency value can be
  specified by CPU_L2_LATENCY option.  Default value of L2 cache latency
  is 5.
  
  These options are useful if you use Socket 8 to Socket 370 converter
  (e.g. Power Leap's PL-Pro/II.)  Most PentiumPro BIOSs don't enable L2
  cache of Mendocino Celeron CPUs because they don't know Celeron CPUs.
  These options are needles if you use a Coppermine (FCPGA) Celeron or
  PentiumIII, becuase the L2 cache enable bit is hard wired and L2 cache
  is always enabled.
  
  Revision  Changes    Path
  1.138     +3 -1      src/sys/conf/options.i386
  1.109     +3 -1      src/sys/conf/options.pc98
  1.782     +11 -1     src/sys/i386/conf/LINT
  1.20      +53 -4     src/sys/i386/i386/initcpu.c



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?200006130910.CAA17156>