]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h
Correct comments for EFI_LEGACY_PIRQ_ENTRY.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / LegacyBiosPlatform.h
index 3610bdbc90297e4f518c4cecd23350337a601d43..0d309b5f1ba85e2946334a3d8dde2af0b9f5d333 100644 (file)
@@ -4,7 +4,7 @@
   the Legacy BIOS protocol is generic and consumes this protocol.\r
   A driver that matches the Legacy16 produces this protocol\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -443,7 +443,7 @@ typedef struct {
   /// LEGACY_USED 0xFE. This IRQ has been used by an SIO legacy\r
   /// device and cannot be used by PCI.\r
   ///\r
-UINT8 Used;\r
+  UINT8 Used;\r
 } EFI_LEGACY_IRQ_PRIORITY_TABLE_ENTRY;\r
 \r
 //\r
@@ -505,20 +505,13 @@ typedef struct {
 \r
 typedef struct {\r
   ///\r
-  /// IRQ for this entry.\r
+  /// If nonzero, a value assigned by the IBV.\r
   ///\r
   UINT8   Pirq;\r
   ///\r
-  /// Status of this IRQ.\r
-  ///\r
-  ///     PCI_UNUSED 0x00. This IRQ has not been assigned to PCI.\r
-  ///\r
-  ///     PCI_USED 0xFF. This IRQ has been assigned to PCI.\r
-  ///\r
-  ///     LEGACY_USED 0xFE. This IRQ has been used by an SIO legacy\r
-  ///       device and cannot be used by PCI.\r
+  /// If nonzero, the IRQs that can be assigned to this device.\r
   ///\r
-UINT16  IrqMask;\r
+  UINT16  IrqMask;\r
 } EFI_LEGACY_PIRQ_ENTRY;\r
 \r
 typedef struct {\r