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

Nate Lawson njl at FreeBSD.org
Thu Feb 3 21:45:07 PST 2005


njl         2005-02-04 05:45:07 UTC

  FreeBSD src repository

  Added files:
    sys/dev/acpica       acpi_perf.c 
  Log:
  Add the ACPI Performance states driver.  This driver offers two or more
  settings as exported via the ACPI _PSS method.  OEMs use this interface
  to encapsulate chipset or processor-specific methods (e.g., SpeedStep or
  Powernow) and export their settings in a standard way.  On systems that
  have valid ACPI Performance states and a hardware-specific driver (e.g.,
  ichss), acpi_perf(4) is preferred.
  
  Revision  Changes    Path
  1.1       +420 -0    src/sys/dev/acpica/acpi_perf.c (new)


More information about the cvs-all mailing list