freebsd-dev/tools
John Baldwin 75e2eb0501 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.

Reviewed by:	kib, grehan
MFC after:	1 month
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D7444
2016-08-09 19:06:05 +00:00
..
bsdbox DIRDEPS_BUILD: Add a Makefile.depend 2016-05-26 23:20:44 +00:00
build always install etcupdate 2016-08-05 19:24:52 +00:00
bus_space
debugscripts Assorted grammar, spelling and punctuation fixes. 2015-12-15 13:04:44 +00:00
diag Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
ifnet
kerneldoc Quote variable for architectures where we have more than 2016-04-16 20:41:13 +00:00
KSE
LibraryReport
regression Remove calls to die added for associated bugs 2016-07-31 06:28:40 +00:00
sched
test
tools Add a dmardump utility to dump the VT-d context tables. 2016-08-09 19:06:05 +00:00
install.sh
make_libdeps.sh
README
tinder.sh Remove the old depend (mkdep) code and make FAST_DEPEND the one true way. 2016-03-30 23:50:23 +00:00

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.