summaryrefslogtreecommitdiff
path: root/src/dev/CopyEngine.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/CopyEngine.py')
-rw-r--r--src/dev/CopyEngine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/CopyEngine.py b/src/dev/CopyEngine.py
index 29d9a23dd..b89486be8 100644
--- a/src/dev/CopyEngine.py
+++ b/src/dev/CopyEngine.py
@@ -33,6 +33,7 @@ from Pci import PciDevice
class CopyEngine(PciDevice):
type = 'CopyEngine'
+ dma = VectorMasterPort("Copy engine DMA port")
VendorID = 0x8086
DeviceID = 0x1a38
Revision = 0xA2 # CM2 stepping (newest listed)