summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbinstal.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/tbinstal.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/tbinstal.c')
-rw-r--r--sys/contrib/dev/acpica/tbinstal.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/tbinstal.c b/sys/contrib/dev/acpica/tbinstal.c
index 9981f61..64c9e99 100644
--- a/sys/contrib/dev/acpica/tbinstal.c
+++ b/sys/contrib/dev/acpica/tbinstal.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbinstal - ACPI table installation and removal
- * $Revision: 40 $
+ * $Revision: 41 $
*
*****************************************************************************/
@@ -170,7 +170,7 @@ AcpiTbInstallTable (
Status = AcpiTbInitTableDescriptor (TableInfo->Type, TableInfo);
- DEBUG_PRINTP (ACPI_INFO, ("%s located at %p\n",
+ ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "%s located at %p\n",
AcpiGbl_AcpiTableData[TableInfo->Type].Name, TableInfo->Pointer));
AcpiUtReleaseMutex (ACPI_MTX_TABLES);
@@ -241,7 +241,7 @@ AcpiTbRecognizeTable (
TableType = i;
Status = AcpiGbl_AcpiTableData[i].Status;
- DEBUG_PRINTP (ACPI_INFO, ("Found %4.4s\n",
+ ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Found %4.4s\n",
AcpiGbl_AcpiTableData[i].Signature));
break;
}
@@ -273,8 +273,8 @@ AcpiTbRecognizeTable (
if (Status == AE_SUPPORT)
{
- DEBUG_PRINTP (ACPI_INFO,
- ("Unsupported table %s (Type %X) was found and discarded\n",
+ ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
+ "Unsupported table %s (Type %X) was found and discarded\n",
AcpiGbl_AcpiTableData[TableType].Name, TableType));
}
OpenPOWER on IntegriCloud