From owner-cvs-all@FreeBSD.ORG Sat Sep 13 17:37:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE9416A4BF; Sat, 13 Sep 2003 17:37:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1513843F3F; Sat, 13 Sep 2003 17:37:53 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8E0bq0U088568; Sat, 13 Sep 2003 17:37:52 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8E0bqdB088565; Sat, 13 Sep 2003 17:37:52 -0700 (PDT) Message-Id: <200309140037.h8E0bqdB088565@repoman.freebsd.org> From: Nate Lawson Date: Sat, 13 Sep 2003 17:37:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 00:37:53 -0000 njl 2003/09/13 17:37:52 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c Log: For dumping the DSDT (-o option), be sure to use the X_DSDT address if appropriate. This should be the last change to make ia64 work. Revision Changes Path 1.18 +7 -1 src/usr.sbin/acpi/acpidump/acpi.c