X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FVirtioPciDeviceDxe%2FVirtioPciDevice.c;h=bc4f6fe8bfa3a55cb22a17e596a2a656fe55090d;hb=774f52f6debdc3ba4e43bb6f49b1223ca727241b;hp=25b06fcfd5ae263cc6ea6778eb4afa41d0ce49cc;hpb=235be6a0f197d6c103615ae2bf7b329ece890da1;p=mirror_edk2.git diff --git a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c index 25b06fcfd5..bc4f6fe8bf 100644 --- a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c +++ b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c @@ -3,7 +3,7 @@ This driver produces Virtio Device Protocol instances for Virtio PCI devices. Copyright (C) 2012, Red Hat, Inc. - Copyright (c) 2012, Intel Corporation. All rights reserved.
+ Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.
Copyright (C) 2013, ARM Ltd. This program and the accompanying materials are licensed and made available @@ -393,7 +393,7 @@ VirtioPciUninit ( After we've pronounced support for a specific device in DriverBindingSupported(), we start managing said device (passed in by the - Driver Exeuction Environment) with the following service. + Driver Execution Environment) with the following service. See DriverBindingSupported() for specification references.