]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement an ACPI-aware pci_set_powerstate() method for PCI busses that
authorjhb <jhb@FreeBSD.org>
Wed, 7 Apr 2004 19:42:21 +0000 (19:42 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 7 Apr 2004 19:42:21 +0000 (19:42 +0000)
commitbaec2dbefc3b20ea2b6218e6ceceb970085edff6
tree47e017d14da39ddac53e12a7ba94cf436f80ee02
parente5237a493b31dc8ce4e974609be0a5484f1d859a
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
sys/dev/acpica/acpi_pci.c