mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 00:54:16 +03:00
Debug output fixes
date 2002.05.10.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
b74f71124e
commit
2e65407033
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Module Name: hwregs - Read/write access functions for the various ACPI
|
||||
* control and status registers.
|
||||
* $Revision: 1.128 $
|
||||
* $Revision: 1.129 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -523,7 +523,7 @@ AcpiSetRegister (
|
||||
ACPI_REGISTER_INSERT_VALUE (RegisterValue, BitRegInfo->BitPosition,
|
||||
BitRegInfo->AccessBitMask, Value);
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n",
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %4.4X to %8.8X%8.8X\n",
|
||||
RegisterValue,
|
||||
ACPI_HIDWORD (AcpiGbl_FADT->XPm2CntBlk.Address),
|
||||
ACPI_LODWORD (AcpiGbl_FADT->XPm2CntBlk.Address)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user