PERFORCE change 29965 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 28 13:20:16 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29965

Change 29965 by marcel at marcel_nfs on 2003/04/28 13:19:44

	Print the RSDP revision. It's an important piece of information.

Affected files ...

.. //depot/projects/ia64/usr.sbin/acpi/acpidump/acpi.c#10 edit

Differences ...

==== //depot/projects/ia64/usr.sbin/acpi/acpidump/acpi.c#10 (text+ko) ====

@@ -486,8 +486,8 @@
 	printf(BEGIN_COMMENT);
 	printf("RSD PTR: Checksum=%d, OEMID=", rp->sum);
 	acpi_print_string(rp->oem, 6);
-	printf(", RsdtAddress=0x%08x, XsdtAddress=0x%016x\n",
-	    rp->rsdt_addr, rp->xsdt_addr);
+	printf(", Revision=%u,\n\tRsdtAddress=0x%08x, XsdtAddress=0x%016x\n",
+	    rp->revision, rp->rsdt_addr, rp->xsdt_addr);
 	printf(END_COMMENT);
 }
 


More information about the p4-projects mailing list