]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / DriverConfiguration.c
index 999e20e016ebde332188e877a7973ed4698d6ac2..3a5d3c6f6b8783eea2b994871e822f1d60643ba8 100644 (file)
@@ -1,15 +1,15 @@
 /** @file\r
-  Implementation of UEFI Driver Configuration Protocol for IDE bus driver which \r
+  Implementation of UEFI Driver Configuration Protocol for IDE bus driver which\r
   provides ability to set IDE bus controller specific options.\r
-  \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -80,7 +80,7 @@ GetResponse (
 }\r
 \r
 /**\r
-  Allows the user to set controller specific options for a controller that a \r
+  Allows the user to set controller specific options for a controller that a\r
   driver is currently managing.\r
 \r
   @param  This              A pointer to the EFI_DRIVER_CONFIGURATION_ PROTOCOL instance.\r
@@ -91,26 +91,26 @@ GetResponse (
                             that wish to set options for the bus controller.\r
                             It will not be NULL for a bus driver that wishes to set\r
                             options for one of its child controllers.\r
-  @param  Language          A pointer to a three character ISO 639-2 language identifier. \r
-                            This is the language of the user interface that should be presented \r
-                            to the user, and it must match one of the languages specified in \r
+  @param  Language          A pointer to a three character ISO 639-2 language identifier.\r
+                            This is the language of the user interface that should be presented\r
+                            to the user, and it must match one of the languages specified in\r
                             SupportedLanguages. The number of languages supported by a driver is up to\r
                             the driver writer.\r
-  @param  ActionRequired    A pointer to the action that the calling agent is required \r
+  @param  ActionRequired    A pointer to the action that the calling agent is required\r
                             to perform when this function returns.\r
-  \r
 \r
-  @retval  EFI_SUCCESS           The driver specified by This successfully set the configuration \r
+\r
+  @retval  EFI_SUCCESS           The driver specified by This successfully set the configuration\r
                                  options for the controller specified by ControllerHandle..\r
   @retval  EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.\r
   @retval  EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.\r
   @retval  EFI_INVALID_PARAMETER ActionRequired is NULL.\r
-  @retval  EFI_UNSUPPORTED       The driver specified by This does not support setting configuration options for \r
+  @retval  EFI_UNSUPPORTED       The driver specified by This does not support setting configuration options for\r
                                  the controller specified by ControllerHandle and ChildHandle.\r
   @retval  EFI_UNSUPPORTED       The driver specified by This does not support the language specified by Language.\r
-  @retval  EFI_DEVICE_ERROR      A device error occurred while attempt to set the configuration options for the \r
+  @retval  EFI_DEVICE_ERROR      A device error occurred while attempt to set the configuration options for the\r
                                  controller specified by ControllerHandle and ChildHandle.\r
-  @retval  EFI_OUT_RESOURCES     There are not enough resources available to set the configuration options for the \r
+  @retval  EFI_OUT_RESOURCES     There are not enough resources available to set the configuration options for the\r
                                  controller specified by ControllerHandle and ChildHandle\r
 **/\r
 EFI_STATUS\r
@@ -182,20 +182,20 @@ IDEBusDriverConfigurationSetOptions (
   Tests to see if a controller's current configuration options are valid.\r
 \r
   @param  This             A pointer to the EFI_DRIVER_CONFIGURATION_PROTOCOL instance.\r
-  @param  ControllerHandle The handle of the controller to test if it's current configuration options \r
+  @param  ControllerHandle The handle of the controller to test if it's current configuration options\r
                            are valid.\r
-  @param  ChildHandle      The handle of the child controller to test if it's current configuration \r
-                           options are valid.  This is an optional parameter that may be NULL. It will \r
+  @param  ChildHandle      The handle of the child controller to test if it's current configuration\r
+                           options are valid.  This is an optional parameter that may be NULL. It will\r
                            be NULL for device drivers.  It will also be NULL for a bus drivers that\r
-                           wish to test the configuration options for the bus controller. It will \r
-                           not be NULL for a bus driver that wishes to test configuration options for \r
+                           wish to test the configuration options for the bus controller. It will\r
+                           not be NULL for a bus driver that wishes to test configuration options for\r
                            one of its child controllers.\r
   @retval  EFI_SUCCESS           The controller specified by ControllerHandle and ChildHandle that is being\r
                                  managed by the driver specified by This has a valid set of  configuration\r
                                  options.\r
   @retval  EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.\r
   @retval  EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.\r
-  @retval  EFI_UNSUPPORTED       The driver specified by This is not currently  managing the controller \r
+  @retval  EFI_UNSUPPORTED       The driver specified by This is not currently  managing the controller\r
                                  specified by ControllerHandle and ChildHandle.\r
   @retval  EFI_DEVICE_ERROR      The controller specified by ControllerHandle and ChildHandle that is being\r
                                  managed by the driver specified by This has an invalid set of configuration\r
@@ -236,31 +236,31 @@ IDEBusDriverConfigurationOptionsValid (
 \r
   @param  This             A pointer to the EFI_DRIVER_CONFIGURATION_ PROTOCOL instance.\r
   @param  ControllerHandle The handle of the controller to force default configuration options on.\r
-  @param  ChildHandle      The handle of the child controller to force default configuration \r
-                           options on  This is an optional parameter that may be NULL.  It \r
-                           will be NULL for device drivers. It will also be NULL for a bus \r
+  @param  ChildHandle      The handle of the child controller to force default configuration\r
+                           options on  This is an optional parameter that may be NULL.  It\r
+                           will be NULL for device drivers. It will also be NULL for a bus\r
                            drivers that wish to force default configuration options for the bus\r
                            controller.  It will not be NULL for a bus driver that wishes to force\r
                            default configuration options for one of its child controllers.\r
-  @param  DefaultType      The type of default configuration options to force on the controller \r
-                           specified by ControllerHandle and ChildHandle. \r
-  @param  ActionRequired   A pointer to the action that the calling agent is required to perform \r
+  @param  DefaultType      The type of default configuration options to force on the controller\r
+                           specified by ControllerHandle and ChildHandle.\r
+  @param  ActionRequired   A pointer to the action that the calling agent is required to perform\r
                            when this function returns.\r
 \r
-  @retval  EFI_SUCCESS           The driver specified by This successfully forced the \r
-                                 default configuration options on the controller specified by \r
+  @retval  EFI_SUCCESS           The driver specified by This successfully forced the\r
+                                 default configuration options on the controller specified by\r
                                  ControllerHandle and ChildHandle.\r
   @retval  EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.\r
   @retval  EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.\r
   @retval  EFI_INVALID_PARAMETER ActionRequired is NULL.\r
-  @retval  EFI_UNSUPPORTED       The driver specified by This does not support forcing the default \r
+  @retval  EFI_UNSUPPORTED       The driver specified by This does not support forcing the default\r
                                  configuration options on the controller specified by ControllerHandle\r
                                  and ChildHandle.\r
-  @retval  EFI_UNSUPPORTED       The driver specified by This does not support the configuration type \r
+  @retval  EFI_UNSUPPORTED       The driver specified by This does not support the configuration type\r
                                  specified by DefaultType.\r
-  @retval  EFI_DEVICE_ERROR      A device error occurred while attempt to force the default configuration \r
+  @retval  EFI_DEVICE_ERROR      A device error occurred while attempt to force the default configuration\r
                                  options on the controller specified by  ControllerHandle and ChildHandle.\r
-  @retval  EFI_OUT_RESOURCES     There are not enough resources available to force the default configuration \r
+  @retval  EFI_OUT_RESOURCES     There are not enough resources available to force the default configuration\r
                                  options on the controller specified by ControllerHandle and ChildHandle.\r
 **/\r
 EFI_STATUS\r