summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbget.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-10-31 02:32:29 +0000
committermsmith <msmith@FreeBSD.org>2001-10-31 02:32:29 +0000
commit3699168fb0ef62ab72780ca4cada6b30936b1b4f (patch)
treeb9cb5f0ef2b19b51331c445a1773fd55ce0b739e /sys/contrib/dev/acpica/tbget.c
parentdda50f5fd9f903a5f19d4f708e468d62d8bc930e (diff)
downloadFreeBSD-src-3699168fb0ef62ab72780ca4cada6b30936b1b4f.zip
FreeBSD-src-3699168fb0ef62ab72780ca4cada6b30936b1b4f.tar.gz
Import the Intel ACPI CA 20011018 snapshot
Diffstat (limited to 'sys/contrib/dev/acpica/tbget.c')
-rw-r--r--sys/contrib/dev/acpica/tbget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/tbget.c b/sys/contrib/dev/acpica/tbget.c
index 0d186df..e30e4bd 100644
--- a/sys/contrib/dev/acpica/tbget.c
+++ b/sys/contrib/dev/acpica/tbget.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbget - ACPI Table get* routines
- * $Revision: 55 $
+ * $Revision: 56 $
*
*****************************************************************************/
@@ -741,7 +741,7 @@ AcpiTbGetTableRsdt (
* Get the RSDT from the RSDP
*/
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
- "RSDP located at %p, RSDT physical=%8.8lX%8.8lX \n",
+ "RSDP located at %p, RSDT physical=%8.8X%8.8X \n",
AcpiGbl_RSDP, HIDWORD(AcpiGbl_RSDP->RsdtPhysicalAddress),
LODWORD(AcpiGbl_RSDP->RsdtPhysicalAddress)));
OpenPOWER on IntegriCloud