Browse Source

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>
Xiao, Nan 10 years ago
parent
commit
ca30475698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/Intel-IOMMU.txt

+ 1 - 1
Documentation/Intel-IOMMU.txt

@@ -10,7 +10,7 @@ This guide gives a quick cheat sheet for some basic understanding.
 Some Keywords
 Some Keywords
 
 
 DMAR - DMA remapping
 DMAR - DMA remapping
-DRHD - DMA Engine Reporting Structure
+DRHD - DMA Remapping Hardware Unit Definition
 RMRR - Reserved memory Region Reporting Structure
 RMRR - Reserved memory Region Reporting Structure
 ZLR  - Zero length reads from PCI devices
 ZLR  - Zero length reads from PCI devices
 IOVA - IO Virtual address.
 IOVA - IO Virtual address.