DMA Enabler

Can I have 2 DMA enablers in my driver? I have a device capable of making
DMA transfers from different HW, and the capabilites based on the HW it is
transferring from is different.

ie. I plan on using one withWdfDmaProfilePacket64 and the other with
WdfDmaProfileScatterGather64. Are there any restrictions?

Ashok

Yes if these are two independent DMA engines then it makes sense to have to
separate DMA enablers.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ashok Bruno
Sent: Friday, October 06, 2006 10:06 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] DMA Enabler

Can I have 2 DMA enablers in my driver? I have a device
capable of making DMA transfers from different HW, and the
capabilites based on the HW it is transferring from is different.

ie. I plan on using one withWdfDmaProfilePacket64 and the
other with WdfDmaProfileScatterGather64. Are there any restrictions?

Ashok


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online
at http://www.osronline.com/page.cfm?name=ListServer