cvs commit: src/sys/dev/acpica acpi_perf.c src/sys/kern kern_cpu.c

Nate Lawson njl at FreeBSD.org
Sun Feb 13 18:49:49 GMT 2005


njl         2005-02-13 18:49:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_perf.c 
    sys/kern             kern_cpu.c 
  Log:
  Add support for the CPUFREQ_FLAG_INFO_ONLY flag.  Devices that report this
  are not added to the list(s) of available settings.  However, other drivers
  can call the CPUFREQ_DRV_SETTINGS() method on those devices directly to
  get info about available settings.
  
  Update the acpi_perf(4) driver to use this flag in the presence of
  "functional fixed hardware."  Thus, future drivers like Powernow can
  query acpi_perf for platform info but perform frequency transitions
  themselves.
  
  Revision  Changes    Path
  1.7       +39 -12    src/sys/dev/acpica/acpi_perf.c
  1.4       +8 -1      src/sys/kern/kern_cpu.c


More information about the cvs-src mailing list