hello,
Everybody, I am writing a PCI driver. In this device ,there is no Pci
interface chip,
so I need to get a system DMA channel. But I don't konw how.In the pnp start
IRP£¬there is
no DMA resource for me to use.
Another question is that how to use the system DMA channel? I know if
the device has got its
own dma channel,usually,I can set the start address,and counter,and trigger
the DMA. But using
system DMA channel, how to do these thing?
Any advice or disscusion is welcome.
sean