Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/acpitools/acpidump comment out tcpa printout since ...



details:   https://anonhg.NetBSD.org/src/rev/6a444a4bb40c
branches:  trunk
changeset: 810114:6a444a4bb40c
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 18 17:46:09 2015 +0000

description:
comment out tcpa printout since it has been split between server and client
struct.

diffstat:

 usr.sbin/acpitools/acpidump/acpi.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 101e2be7096e -r 6a444a4bb40c usr.sbin/acpitools/acpidump/acpi.c
--- a/usr.sbin/acpitools/acpidump/acpi.c        Tue Aug 18 16:54:27 2015 +0000
+++ b/usr.sbin/acpitools/acpidump/acpi.c        Tue Aug 18 17:46:09 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.10 2015/06/16 23:04:13 christos Exp $ */
+/* $NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $ */
 
 /*-
  * Copyright (c) 1998 Doug Rabson
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: acpi.c,v 1.10 2015/06/16 23:04:13 christos Exp $");
+__RCSID("$NetBSD: acpi.c,v 1.11 2015/08/18 17:46:09 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/endian.h>
@@ -1667,6 +1667,7 @@
 static void
 acpi_handle_tcpa(ACPI_TABLE_HEADER *sdp)
 {
+#if 0
        ACPI_TABLE_TCPA *tcpa;
 
        printf(BEGIN_COMMENT);
@@ -1676,7 +1677,7 @@
        printf("\tMaximum Length of Event Log Area=%d\n", tcpa->MaxLogLength);
        printf("\tPhysical Address of Log Area=0x%08"PRIx64"\n",
            tcpa->LogAddress);
-
+#endif
        printf(END_COMMENT);
 }
 



Home | Main Index | Thread Index | Old Index