X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FPci%2FVgaMiniPortDxe%2FVgaMiniPort.c;h=7633ebe86b28e1d06ac45753cdc2c8f171dd4f54;hp=25d1e3beb7233ee820695360649905b1a891145e;hb=0a6f48249a601f88af124ae1ff6814b195b699c3;hpb=e38f26a2f7f62b69fec2d84e83bcc4b45ddefdc1 diff --git a/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c b/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c index 25d1e3beb7..7633ebe86b 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c +++ b/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c @@ -1,7 +1,7 @@ /** @file Implements EFI Driver Binding Protocol and VGA Mini Port Protocol for VGA Mini Port Driver. -Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -306,14 +306,14 @@ PciVgaMiniPortDriverBindingStop ( This function implements EFI_VGA_MINI_PORT_PROTOCOL.SetMode(). If ModeNumber exceeds the valid range, then EFI_UNSUPPORTED is returned. Otherwise, EFI_SUCCESS is directly returned without real operation. - + @param This Protocol instance pointer. @param ModeNumber Mode number. 0 - 80x25 1-80x50 @retval EFI_SUCCESS The mode was set @retval EFI_UNSUPPORTED ModeNumber is not supported. @retval EFI_DEVICE_ERROR The device is not functioning properly. - + **/ EFI_STATUS EFIAPI @@ -328,4 +328,4 @@ PciVgaMiniPortSetMode ( return EFI_SUCCESS; } - +