mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
update comment
date 2003.11.07.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
1be72a01e9
commit
92ab82f6a9
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: evgpeblk - GPE block creation and initialization.
|
||||
* $Revision: 1.23 $
|
||||
* $Revision: 1.26 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -280,7 +280,7 @@ AcpiEvSaveMethodInfo (
|
||||
Name[ACPI_NAME_SIZE] = 0;
|
||||
|
||||
/*
|
||||
* Edge/Level determination is based on the 2nd character
|
||||
* Edge/Level determination is based on the 2nd character
|
||||
* of the method name
|
||||
*/
|
||||
switch (Name[1])
|
||||
@ -577,7 +577,7 @@ UnlockAndExit:
|
||||
*
|
||||
* RETURN: Status
|
||||
*
|
||||
* DESCRIPTION: Install new GPE block with mutex support
|
||||
* DESCRIPTION: Remove a GPE block
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -862,8 +862,7 @@ AcpiEvCreateGpeBlock (
|
||||
((GpeBlock->RegisterCount * ACPI_GPE_REGISTER_WIDTH) -1)),
|
||||
GpeDevice->Name.Ascii,
|
||||
GpeBlock->RegisterCount,
|
||||
ACPI_HIDWORD (ACPI_GET_ADDRESS (GpeBlock->BlockAddress.Address)),
|
||||
ACPI_LODWORD (ACPI_GET_ADDRESS (GpeBlock->BlockAddress.Address)),
|
||||
ACPI_FORMAT_UINT64 (ACPI_GET_ADDRESS (GpeBlock->BlockAddress.Address)),
|
||||
InterruptLevel));
|
||||
|
||||
/* Find all GPE methods (_Lxx, _Exx) for this block */
|
||||
|
Loading…
x
Reference in New Issue
Block a user