Contents

hasPCIPowerManagement

determine whether or not the device supports PCI Bus Power Management.

Declaration

virtual bool hasPCIPowerManagement(
 IOOptionBits state = 0);

Parameters

  • state(optional):

    Check for support of a specific state (e.g. kPCIPMCPMESupportFromD3Cold). If state is not suuplied or is 0, then check for a property in the registry which tells which state the hardware expects the device to go to during sleep.

Return Value

true if the specified state is supported

Overview

This method will look at the device's capabilties registers and determine whether or not the device supports the PCI BUS Power Management Specification.

See Also

Miscellaneous