aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiao, Nan <nan.xiao@hp.com>2015-08-24 02:22:42 -0400
committerJoerg Roedel <jroedel@suse.de>2015-08-25 04:44:49 -0400
commitca30475698696af3a03f6eaee16472ae09d42269 (patch)
treed0ef3a8713817ad5fd8a55bf00886090882bdaf9
parent543c8dcf1d3762c6fe372acf78eedc8898709106 (diff)
x86/vt-d: Fix documentation of DRHD
According to "Intel Virtualization Technology for Directed I/O" specification, DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA Engine Reporting Structure". Signed-off-by: Nan Xiao <nan.xiao@hp.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r--Documentation/Intel-IOMMU.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Intel-IOMMU.txt b/Documentation/Intel-IOMMU.txt
index cf9431db8731..7b57fc087088 100644
--- a/Documentation/Intel-IOMMU.txt
+++ b/Documentation/Intel-IOMMU.txt
@@ -10,7 +10,7 @@ This guide gives a quick cheat sheet for some basic understanding.
10Some Keywords 10Some Keywords
11 11
12DMAR - DMA remapping 12DMAR - DMA remapping
13DRHD - DMA Engine Reporting Structure 13DRHD - DMA Remapping Hardware Unit Definition
14RMRR - Reserved memory Region Reporting Structure 14RMRR - Reserved memory Region Reporting Structure
15ZLR - Zero length reads from PCI devices 15ZLR - Zero length reads from PCI devices
16IOVA - IO Virtual address. 16IOVA - IO Virtual address.