Deleted Added
full compact
5c5
< * $Revision: 53 $
---
> * $Revision: 56 $
13c13
< * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
436d435
< ACPI_GPE_REGISTER_INFO *GpeRegisterInfo;
440,443d438
< /* Get the register info for the entire GPE block */
<
< GpeRegisterInfo = GpeBlock->RegisterInfo;
<
447a443,444
> /* Disable all GPEs in this register */
>
479d475
< ACPI_GPE_REGISTER_INFO *GpeRegisterInfo;
483,486d478
< /* Get the register info for the entire GPE block */
<
< GpeRegisterInfo = GpeBlock->RegisterInfo;
<
490a483,484
> /* Clear all GPEs in this register */
>
629a624,632
> /* Clear the entire status register */
>
> Status = AcpiHwLowLevelWrite (8, 0xFF,
> &GpeBlock->RegisterInfo[i].StatusAddress);
> if (ACPI_FAILURE (Status))
> {
> return (Status);
> }
>