Can packets passed to an NDIS scatter-gather driver's SendPackets( ) routine be DMAed by a bus master NIC, or do you *have* to copy to memory allocated by NdisMAllocateSharedMemory ()
On a receive, it looks like you can send a packet up to the protocol without copying. I am looking for how this can be done in the transmit direction
If you can do this, how do you get the physical buffer address for the adapter to use, and make the memory suitable for DMA?