X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FBus%2FPci%2FUndiRuntimeDxe%2FInit.c;h=2ebd50c29fd705967a5297a6e6d4e4b3ce27b4a0;hb=aa79b0b3799e95bc21e0df32a135cc5a4d749e4b;hp=78b141409e33aeaf48150ec73443853289cc2f12;hpb=4058e906c15600ee6229335c316cb85fcbd687b3;p=mirror_edk2.git diff --git a/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c b/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c index 78b141409e..2ebd50c29f 100644 --- a/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c +++ b/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c @@ -21,6 +21,18 @@ PXE_SW_UNDI *pxe_31 = NULL; // 3.1 entry UNDI32_DEV *UNDI32DeviceList[MAX_NIC_INTERFACES]; NII_TABLE *UndiDataPointer = NULL; +// +// UNDI Class Driver Global Variables +// +EFI_DRIVER_BINDING_PROTOCOL gUndiDriverBinding = { + UndiDriverSupported, + UndiDriverStart, + UndiDriverStop, + 0xa, + NULL, + NULL +}; + /** When address mapping changes to virtual this should make the appropriate @@ -31,7 +43,6 @@ NII_TABLE *UndiDataPointer = NULL; @return None **/ -// TODO: Context - add argument and description to function comment VOID EFIAPI UndiNotifyVirtual ( @@ -86,7 +97,6 @@ UndiNotifyVirtual ( @return None **/ -// TODO: Context - add argument and description to function comment VOID EFIAPI UndiNotifyExitBs ( @@ -96,18 +106,6 @@ UndiNotifyExitBs ( { InstallConfigTable (); } -// -// UNDI Class Driver Global Variables -// -EFI_DRIVER_BINDING_PROTOCOL gUndiDriverBinding = { - UndiDriverSupported, - UndiDriverStart, - UndiDriverStop, - 0xa, - NULL, - NULL -}; - /**