summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/exstoren.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
committermsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
commitf4b6d0429cccf6d1c0e3d90a616abbeacd13ad15 (patch)
treec4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/exstoren.c
parent4d595f4926afa2a1f9c1a96d657dba5d33297a85 (diff)
downloadFreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.zip
FreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.tar.gz
Update to the 20001201 ACPI CA snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/exstoren.c')
-rw-r--r--sys/contrib/dev/acpica/exstoren.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/exstoren.c b/sys/contrib/dev/acpica/exstoren.c
index e9736b6..3458a84 100644
--- a/sys/contrib/dev/acpica/exstoren.c
+++ b/sys/contrib/dev/acpica/exstoren.c
@@ -3,7 +3,7 @@
*
* Module Name: amstoren - AML Interpreter object store support,
* Store to Node (namespace object)
- * $Revision: 23 $
+ * $Revision: 24 $
*
*****************************************************************************/
@@ -328,7 +328,7 @@ AcpiAmlStoreObjectToNode (
* There is no existing object attached to this Node
*/
DEBUG_PRINT (ACPI_ERROR,
- ("AmlStoreObjectToNte: Internal error - no destination object for %4.4s type %d\n",
+ ("AmlStoreObjectToNte: Internal error - no destination object for %4.4s type %X\n",
&Node->Name, DestinationType));
Status = AE_AML_INTERNAL;
goto CleanUpAndBailOut;
@@ -340,7 +340,7 @@ AcpiAmlStoreObjectToNode (
if (DestDesc->Common.Type != (UINT8) DestinationType)
{
DEBUG_PRINT (ACPI_ERROR,
- ("AmlStoreObjectToNte: Internal error - Name %4.4s type %d does not match value-type %d at %p\n",
+ ("AmlStoreObjectToNte: Internal error - Name %4.4s type %X does not match value-type %X at %p\n",
&Node->Name, AcpiNsGetType (Node),
DestDesc->Common.Type, DestDesc));
Status = AE_AML_INTERNAL;
@@ -531,7 +531,7 @@ AcpiAmlStoreObjectToNode (
*/
MEMCPY(DestDesc->Buffer.Pointer, Buffer, DestDesc->Buffer.Length);
DEBUG_PRINT (ACPI_INFO,
- ("AmlStoreObjectToNte: Truncating src buffer from %d to %d\n",
+ ("AmlStoreObjectToNte: Truncating src buffer from %X to %X\n",
Length, DestDesc->Buffer.Length));
}
break;
@@ -601,7 +601,7 @@ AcpiAmlStoreObjectToNode (
if (DestDesc->FieldUnit.Container)
{
- DEBUG_PRINT_RAW (ACPI_ERROR, (" Type %d",
+ DEBUG_PRINT_RAW (ACPI_ERROR, (" Type %X",
DestDesc->FieldUnit.Container->Common.Type));
}
DEBUG_PRINT_RAW (ACPI_ERROR, ("\n"));
@@ -641,7 +641,7 @@ AcpiAmlStoreObjectToNode (
<< DestDesc->FieldUnit.BitOffset);
DEBUG_PRINT (TRACE_EXEC,
- ("** Store %lx in buffer %p byte %ld bit %d width %d addr %p mask %08lx\n",
+ ("** Store %lx in buffer %p byte %ld bit %X width %d addr %p mask %08lx\n",
ValDesc->Number.Value,
DestDesc->FieldUnit.Container->Buffer.Pointer,
DestDesc->FieldUnit.Offset, DestDesc->FieldUnit.BitOffset,
OpenPOWER on IntegriCloud