cvs commit: src/sys/dev/acpica acpi_perf.c src/sys/dev/cpufreq ichss.c src/sys/i386/cpufreq est.c p4tcc.c

Nate Lawson njl at FreeBSD.org
Sun Feb 27 02:43:03 GMT 2005


njl         2005-02-27 02:43:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_perf.c 
    sys/dev/cpufreq      ichss.c 
    sys/i386/cpufreq     est.c p4tcc.c 
  Log:
  Make a pass through all drivers checking specs for desired behavior on
  SMP systems.  It appears all drivers except ichss should attach to each
  CPU and that settings should be performed on each CPU.  Add comments about
  this.  Also, add a guard for p4tcc's identify method being called more than
  once.
  
  Revision  Changes    Path
  1.14      +5 -0      src/sys/dev/acpica/acpi_perf.c
  1.8       +5 -1      src/sys/dev/cpufreq/ichss.c
  1.4       +4 -0      src/sys/i386/cpufreq/est.c
  1.10      +11 -0     src/sys/i386/cpufreq/p4tcc.c


More information about the cvs-src mailing list