summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbxface.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/tbxface.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/tbxface.c')
-rw-r--r--sys/contrib/dev/acpica/tbxface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/tbxface.c b/sys/contrib/dev/acpica/tbxface.c
index 83f9269..76f6ec8 100644
--- a/sys/contrib/dev/acpica/tbxface.c
+++ b/sys/contrib/dev/acpica/tbxface.c
@@ -2,7 +2,7 @@
*
* Module Name: tbxface - Public interfaces to the ACPI subsystem
* ACPI table oriented interfaces
- * $Revision: 41 $
+ * $Revision: 42 $
*
*****************************************************************************/
@@ -201,7 +201,7 @@ AcpiLoadTables (void)
goto ErrorExit;
}
- DEBUG_PRINTP (ACPI_OK, ("ACPI Tables successfully loaded\n"));
+ ACPI_DEBUG_PRINT ((ACPI_DB_OK, "ACPI Tables successfully loaded\n"));
/* Load the namespace from the tables */
OpenPOWER on IntegriCloud