Contents

provideBusInfo

Find out the bus capability so the client can choose the features to set and commands to run.

Declaration

virtual IOReturn provideBusInfo(
 IOATABusInfo *getInfo);

Parameters

  • getInfo:

    a pointer to a valid IOATABusInfo object.

Return Value

kIOSuccess (0) and the getInfo object will be filled out by the bus controller with information about the bus.

See Also

Miscellaneous