cvs commit: src/sys/dev/acpica acpi_cpu.c acpi_if.m acpivar.h

Nate Lawson njl at FreeBSD.org
Mon Apr 4 08:46:57 PDT 2005


njl         2005-04-04 15:46:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_cpu.c acpi_if.m acpivar.h 
  Log:
  Add the acpi_get_features() method.  This method is called on child drivers
  to see what features they may support before calling identify/probe/attach.
  This is necessary because the ACPI 3.0 spec requires driver support be
  advertised before running any methods.  For now, the flags are as specified
  in for the _PDC and _OSC methods but we can support private flags as needed.
  
  Add an implementation of this for acpi_cpu.  It checks all its children
  (notably cpufreq drivers) and calls the _PDC method to report the results.
  
  Revision  Changes    Path
  1.55      +21 -28    src/sys/dev/acpica/acpi_cpu.c
  1.6       +13 -0     src/sys/dev/acpica/acpi_if.m
  1.92      +14 -0     src/sys/dev/acpica/acpivar.h


More information about the cvs-src mailing list