]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AtaPassThru.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / AtaPassThru.h
index e1aad526fc1b62b83f4080622436649538d2ab26..6153b704f1a53293eb138a4e857eda6690c6b0fd 100644 (file)
@@ -3,8 +3,8 @@
   to send ATA Command Blocks to any ATA device attached to that ATA controller. The information\r
   includes the attributes of the ATA controller.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2014, 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
@@ -77,7 +77,7 @@ typedef struct _EFI_ATA_STATUS_BLOCK {
   UINT8 Reserved2;\r
   UINT8 AtaSectorCount;\r
   UINT8 AtaSectorCountExp;\r
-  UINT8 Reserved2[6];\r
+  UINT8 Reserved3[6];\r
 } EFI_ATA_STATUS_BLOCK;\r
 \r
 typedef UINT8 EFI_ATA_PASS_THRU_CMD_PROTOCOL;\r
@@ -212,7 +212,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Used to retrieve the lis t of legal port numbers for ATA devices on an ATA controller.\r
+  Used to retrieve the list of legal port numbers for ATA devices on an ATA controller.\r
   These can either be the list of ports where ATA devices are actually present or the\r
   list of legal port numbers for the ATA controller. Regardless, the caller of this\r
   function must probe the port number returned to see if an ATA device is actually\r