Contents

enableController

Perform first time setup of the framebuffer.

Declaration

virtual IOReturn enableController(
 void );

Return Value

an IOReturn code. A return other than kIOReturnSuccess will prevent the system from using the device.

Overview

IOFramebuffer subclasses should perform their initialization of the hardware here. The IOService start() method is not called at a time appropriate for this initialization.

See Also

Miscellaneous