Re: [NTDEV]Driver design issues for 2000; DMA zero length transfers . ..

> I have a need to do a zero length transfer when using

DmaOperations->GetScatterGatherList. Thus far, the methods I have used
have
resulted in rejections, most often by Driver Verifier.

Strange question a bit. Why not have

if( TransferLength != 0 )
{
pDmaAdapter->GetScatterGatherList(…);
}

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com