]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/DiskInfo.h
Move DiskInfo Protocol from MdeModulePkg to IntelFrameworkModule package.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / DiskInfo.h
index 98ecd7695e5ce1b9de9a50b96e3590e030aed931..8409d988f8b3ef49f64410a93af1e7b20cb8ec85 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
@@ -46,7 +45,7 @@ EFI_STATUS
 (EFIAPI *EFI_DISK_INFO_INQUIRY)(\r
   IN EFI_DISK_INFO_PROTOCOL           * This,\r
   IN OUT VOID                         *InquiryData,\r
-  IN OUT UINT32                       *IntquiryDataSize\r
+  IN OUT UINT32                       *InquiryDataSize\r
   );\r
 \r
 \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