From f43c43c72cad940588880d1014e1d462cae75d36 Mon Sep 17 00:00:00 2001 From: jyao1 Date: Mon, 31 Jan 2011 02:37:03 +0000 Subject: [PATCH] Correct comments for EFI_LEGACY_PIRQ_ENTRY. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11287 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Include/Protocol/LegacyBiosPlatform.h | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h index 3610bdbc90..0d309b5f1b 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h @@ -4,7 +4,7 @@ the Legacy BIOS protocol is generic and consumes this protocol. A driver that matches the Legacy16 produces this protocol -Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at @@ -443,7 +443,7 @@ typedef struct { /// LEGACY_USED 0xFE. This IRQ has been used by an SIO legacy /// device and cannot be used by PCI. /// -UINT8 Used; + UINT8 Used; } EFI_LEGACY_IRQ_PRIORITY_TABLE_ENTRY; // @@ -505,20 +505,13 @@ typedef struct { typedef struct { /// - /// IRQ for this entry. + /// If nonzero, a value assigned by the IBV. /// UINT8 Pirq; /// - /// Status of this IRQ. - /// - /// PCI_UNUSED 0x00. This IRQ has not been assigned to PCI. - /// - /// PCI_USED 0xFF. This IRQ has been assigned to PCI. - /// - /// LEGACY_USED 0xFE. This IRQ has been used by an SIO legacy - /// device and cannot be used by PCI. + /// If nonzero, the IRQs that can be assigned to this device. /// -UINT16 IrqMask; + UINT16 IrqMask; } EFI_LEGACY_PIRQ_ENTRY; typedef struct { -- 2.39.2