]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/DiskInfo.h
Code scrub for MdeModule Include header file (Protocol and DEC)
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / DiskInfo.h
index 98ecd7695e5ce1b9de9a50b96e3590e030aed931..cbbea8f9967fc048571237727dc87561246b497c 100644 (file)
@@ -1,7 +1,6 @@
 /** @file\r
   Disk Info protocol is used to export Inquiry Data for a drive.\r
-  Its needed to support low level formating of drives in a mannor\r
-  thats DOS compatible.\r
+  It supports low level formating of drives in a DOS compatible manner.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -98,8 +97,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Return the results of the Request Sense command to a drive in SenseData.\r
-  Data format of Sense data is defined by the Interface GUID.\r
+  Return the IDE device information.\r
 \r
   @param  This                  Protocol instance pointer. \r
   @param  IdeChannel            Primary or Secondary \r
@@ -146,7 +144,7 @@ extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
 extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;\r
 \r
 struct _EFI_DISK_INFO_PROTOCOL {\r
-  EFI_GUID                  Interface;\r
+  EFI_GUID                  Interface;  /// The format of the buffers returned by member functions.\r
   EFI_DISK_INFO_INQUIRY     Inquiry;\r
   EFI_DISK_INFO_IDENTIFY    Identify;\r
   EFI_DISK_INFO_SENSE_DATA  SenseData;\r