X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FVirtioNetDxe%2FComponentName.c;h=2c96adbcbd118622aad0036789cccad345e0e7da;hp=a291405ee6363a290966594da9405d160ffd9b39;hb=56f65ed838e8d73e91d54a8ed984d777c936843c;hpb=6fb4e772a0ad14399532201d1b9ecb811c9c7262 diff --git a/OvmfPkg/VirtioNetDxe/ComponentName.c b/OvmfPkg/VirtioNetDxe/ComponentName.c index a291405ee6..2c96adbcbd 100644 --- a/OvmfPkg/VirtioNetDxe/ComponentName.c +++ b/OvmfPkg/VirtioNetDxe/ComponentName.c @@ -139,20 +139,20 @@ VirtioNetGetControllerName ( } // - // confirm that the device is managed by this driver, using the PCI IO + // confirm that the device is managed by this driver, using the VirtIo // Protocol // Status = EfiTestManagedDevice ( ControllerHandle, gVirtioNetDriverBinding.DriverBindingHandle, - &gEfiPciIoProtocolGuid + &gVirtioDeviceProtocolGuid ); if (EFI_ERROR (Status)) { return Status; } // - // we don't give different names to the bus (= parent, = PCI) handle and the + // we don't give different names to the bus (= parent) handle and the // child (= MAC) handle // return LookupUnicodeString2 (