summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbxfroot.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-05-29 19:52:40 +0000
committermsmith <msmith@FreeBSD.org>2001-05-29 19:52:40 +0000
commit96a626e3c30fd1a1c51f65324efe1eef0da987c8 (patch)
tree613098a56e447c6040b8a859eee253beaf749bc0 /sys/contrib/dev/acpica/tbxfroot.c
parent7bec4652bbd74dbd86d79e3f9c52cf70f6fa1fcd (diff)
parentbc4d4229dc8150c1877e8673fb6be5be18487b6d (diff)
downloadFreeBSD-src-96a626e3c30fd1a1c51f65324efe1eef0da987c8.zip
FreeBSD-src-96a626e3c30fd1a1c51f65324efe1eef0da987c8.tar.gz
This commit was generated by cvs2svn to compensate for changes in r77424,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/tbxfroot.c')
-rw-r--r--sys/contrib/dev/acpica/tbxfroot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/tbxfroot.c b/sys/contrib/dev/acpica/tbxfroot.c
index 4bcf9c9..14b09b1 100644
--- a/sys/contrib/dev/acpica/tbxfroot.c
+++ b/sys/contrib/dev/acpica/tbxfroot.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbxfroot - Find the root ACPI table (RSDT)
- * $Revision: 35 $
+ * $Revision: 37 $
*
*****************************************************************************/
@@ -121,7 +121,7 @@
#include "actables.h"
-#define _COMPONENT TABLE_MANAGER
+#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbxfroot")
#define RSDP_CHECKSUM_LENGTH 20
@@ -155,7 +155,7 @@ AcpiFindRootPointer (
Status = AcpiTbFindRsdp (&TableInfo);
if (ACPI_FAILURE (Status))
{
- DEBUG_PRINT (ACPI_ERROR, ("RSDP structure not found\n"));
+ DEBUG_PRINTP (ACPI_ERROR, ("RSDP structure not found\n"));
return_ACPI_STATUS (AE_NO_ACPI_TABLES);
}
OpenPOWER on IntegriCloud