Contents

setHardwareAssists

Declaration

virtual IOReturn setHardwareAssists(uint32_t hardwareAssists, uint32_t hardwareAssistsMask);

Parameters

  • hardwareAssists:

    The requested assists available to the stack.

  • hardwareAssistsMask:

    The Specific assist that the driver should set..

Return Value

Returns kIOReturnSuccess on success, or an error otherwise.

Discussion

Set the stack requested hardware assists.

Driver should implement this function to be able to update itself with requested assists.