From owner-svn-src-stable-11@freebsd.org Fri Sep 30 00:33:20 2016 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E88AC002E6; Fri, 30 Sep 2016 00:33:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E1FF1D72; Fri, 30 Sep 2016 00:33:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8U0XJDt065463; Fri, 30 Sep 2016 00:33:19 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8U0XJOt065462; Fri, 30 Sep 2016 00:33:19 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201609300033.u8U0XJOt065462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 30 Sep 2016 00:33:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r306467 - in stable: 10/tools/tools/dmardump 11/tools/tools/dmardump X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 00:33:20 -0000 Author: jhb Date: Fri Sep 30 00:33:19 2016 New Revision: 306467 URL: https://svnweb.freebsd.org/changeset/base/306467 Log: MFC 303887: Add a dmardump utility to dump the VT-d context tables. This tool parses the ACPI DMAR table looking for DMA remapping devices. For each device it walks the root table and any context tables referenced to display mapping info for PCI devices. Note that acpidump -t already parses the info in the ACPI DMAR tables directly. This tool examines some of the data structures the DMAR remapping engines use to translate DMA requests. Sponsored by: Chelsio Communications Added: stable/11/tools/tools/dmardump/ - copied from r303887, head/tools/tools/dmardump/ Modified: Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Added: stable/10/tools/tools/dmardump/ - copied from r303887, head/tools/tools/dmardump/ Modified: Directory Properties: stable/10/ (props changed)