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

John Baldwin jhb at FreeBSD.org
Wed Apr 7 12:43:12 PDT 2004


jhb         2004/04/07 12:42:21 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci.c 
  Log:
  Implement an ACPI-aware pci_set_powerstate() method for PCI busses that
  are enumerated in the ACPI device tree.  In addition to the normal PCI
  powerstate functionality, the ACPI _PSx methods are executed and ACPI
  PowerResources are switched on and off via the acpi_pwr_switch_consumer()
  function.
  
  Glanced at by:  imp, njl
  
  Revision  Changes    Path
  1.10      +45 -15    src/sys/dev/acpica/acpi_pci.c


More information about the cvs-src mailing list