summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbconvrt.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-08-26 22:28:18 +0000
committermsmith <msmith@FreeBSD.org>2001-08-26 22:28:18 +0000
commit56186efdbc469312f31299676d1ef2e2d891ec25 (patch)
tree6e637a23360d60a81f3d110ebc3bcfe7d749faae /sys/contrib/dev/acpica/tbconvrt.c
parent57aef806e0aa68de450f7911560036594871db24 (diff)
downloadFreeBSD-src-56186efdbc469312f31299676d1ef2e2d891ec25.zip
FreeBSD-src-56186efdbc469312f31299676d1ef2e2d891ec25.tar.gz
Vendor import of the Intel ACPI CA 20010816 update.
Diffstat (limited to 'sys/contrib/dev/acpica/tbconvrt.c')
-rw-r--r--sys/contrib/dev/acpica/tbconvrt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/tbconvrt.c b/sys/contrib/dev/acpica/tbconvrt.c
index c6abe04..5bdddc1 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);
OpenPOWER on IntegriCloud