CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/07 13:19:59
Modified files:
sys/dev/acpi : acpi.c acpivar.h amltypes.h
Log message:
Add a new function called acpi_pci_min_powerstate() that returns the lowest
power state for a PCI device for the power state (currently S3 or S4) we're
transitioning into. This function is probably too simplistic; there is a lot
of (silly) complexity in the ACPI spec.
ok deraadt@
