diff options
author | Mike Smith <msmith@FreeBSD.org> | 2001-08-26 22:28:18 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2001-08-26 22:28:18 +0000 |
commit | 2ee2f9cb7457edd22680e19323177347cd0aabff (patch) | |
tree | 6e637a23360d60a81f3d110ebc3bcfe7d749faae /sys/contrib/dev/acpica/tbconvrt.c | |
parent | 4f12dbc3f61dbfa5e3322b352723078db101c3cb (diff) |
Vendor import of the Intel ACPI CA 20010816 update.
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=82367
Diffstat (limited to 'sys/contrib/dev/acpica/tbconvrt.c')
-rw-r--r-- | sys/contrib/dev/acpica/tbconvrt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/tbconvrt.c b/sys/contrib/dev/acpica/tbconvrt.c index c6abe04c1d73..5bdddc1262bf 100644 --- a/sys/contrib/dev/acpica/tbconvrt.c +++ b/sys/contrib/dev/acpica/tbconvrt.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbconvrt - ACPI Table conversion utilities - * $Revision: 24 $ + * $Revision: 25 $ * *****************************************************************************/ @@ -572,8 +572,8 @@ AcpiTbConvertTableFadt (void) /* Dump the entire FADT */ - DEBUG_PRINT (TRACE_TABLES, - ("Hex dump of common internal FADT, size %ld (%lX)\n", + ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, + "Hex dump of common internal FADT, size %ld (%lX)\n", AcpiGbl_FADT->header.Length, AcpiGbl_FADT->header.Length)); DUMP_BUFFER ((UINT8 *) (AcpiGbl_FADT), AcpiGbl_FADT->header.Length); |