Re: [edk2] detecting in Supported() if controller is already in use

2012-09-18 Thread Andrew Fish
UEFI Spec 2.3.1: OpenProtocol() Boot Service BY_DRIVER: Used by a driver to gain access to a protocol interface. When this mode is used, the driver’s Stop() function will be called by DisconnectController() if the protocol interface is reinstalled or uninstalled. Once a protocol interface is op

Re: [edk2] detecting in Supported() if controller is already in use

2012-09-18 Thread Jordan Justen
On Tue, Sep 18, 2012 at 3:51 AM, Laszlo Ersek wrote: > Hi, > > "9.2 Driver Binding Protocol Template" in the Driver Writer’s Guide > for UEFI 2.3.1 (v1.01) says, > > Although the thought of initializing something as soon as it is > supported in the Supported() service of the driver seems t