diff options
author | Xiao, Nan <nan.xiao@hp.com> | 2015-08-24 02:22:42 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2015-08-25 04:44:49 -0400 |
commit | ca30475698696af3a03f6eaee16472ae09d42269 (patch) | |
tree | d0ef3a8713817ad5fd8a55bf00886090882bdaf9 | |
parent | 543c8dcf1d3762c6fe372acf78eedc8898709106 (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.txt | 2 |
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. | |||
10 | Some Keywords | 10 | Some Keywords |
11 | 11 | ||
12 | DMAR - DMA remapping | 12 | DMAR - DMA remapping |
13 | DRHD - DMA Engine Reporting Structure | 13 | DRHD - DMA Remapping Hardware Unit Definition |
14 | RMRR - Reserved memory Region Reporting Structure | 14 | RMRR - Reserved memory Region Reporting Structure |
15 | ZLR - Zero length reads from PCI devices | 15 | ZLR - Zero length reads from PCI devices |
16 | IOVA - IO Virtual address. | 16 | IOVA - IO Virtual address. |