]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ComponentName.h
Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / ComponentName.h
index 35cc252bd5bb1c8f39d09bbd56e3018cd24b7b4d..6d6d001e5fa3e336833f9ab31ac6b3d2885ae0ca 100644 (file)
@@ -1,4 +1,7 @@
 /** @file\r
+  \r
+  UEFI Component Name(2) protocol implementation header file for IDE Bus driver.\r
+  \r
   Copyright (c) 2006, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -13,7 +16,7 @@
 #ifndef _IDE_BUS_COMPONENT_NAME_H_\r
 #define _IDE_BUS_COMPONENT_NAME_H_\r
 \r
-#define ADD_NAME(x) AddName ((x));\r
+#define ADD_IDE_ATAPI_NAME(x) AddName ((x));\r
 \r
 extern EFI_COMPONENT_NAME_PROTOCOL   gIDEBusComponentName;\r
 extern EFI_COMPONENT_NAME2_PROTOCOL  gIDEBusComponentName2;\r
@@ -42,7 +45,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL  gIDEBusComponentName2;
                                 languages specified in SupportedLanguages. The\r
                                 number of languages supported by a driver is up\r
                                 to the driver writer. Language is specified\r
-                                in RFC 3066 or ISO 639-2 language code format.\r
+                                in RFC 4646 or ISO 639-2 language code format.\r
 \r
   @param  DriverName[out]       A pointer to the Unicode string to return.\r
                                 This Unicode string is the name of the\r
@@ -107,7 +110,7 @@ IDEBusComponentNameGetDriverName (
                                 languages specified in SupportedLanguages. The\r
                                 number of languages supported by a driver is up\r
                                 to the driver writer. Language is specified in\r
-                                RFC 3066 or ISO 639-2 language code format.\r
+                                RFC 4646 or ISO 639-2 language code format.\r
 \r
   @param  ControllerName[out]   A pointer to the Unicode string to return.\r
                                 This Unicode string is the name of the\r
@@ -150,11 +153,9 @@ IDEBusComponentNameGetControllerName (
 \r
 \r
 /**\r
-  TODO: Add function description\r
+  Add the component name for the IDE/ATAPI device\r
 \r
-  @param  IdeBlkIoDevicePtr TODO: add argument description\r
-\r
-  TODO: add return values.\r
+  @param  IdeBlkIoDevicePtr A pointer to the IDE_BLK_IO_DEV instance.\r
 \r
 **/\r
 VOID\r