tomko
驱动牛犊
驱动牛犊
  • 注册日期2003-10-13
  • 最后登录2003-12-29
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:975回复:0

how to handle burst mode read of PCI in device driver

楼主#
更多 发布于:2003-12-07 14:01
Hi everyone,

I am using driverstudio to write a device driver for my PCI card, but
i don\'t know how to call up burst mode Read on my PCI card, i try to use
one of this method
VOID ind(ULONG Offset, PULONG buf, ULONG count);

in the declaration of KMemoryRange supplied by driverstudio. It can read
in a string of DWORD (32 bits) data but it is not performing burst mode
read on the hardware . It is just read in data one by one.

My question is :

1. How can i call up burst mode Read in my device driver? Is there any
command or method can use , or i need to handle the IRP by my own?

2. By theory , where the data from the PCI board store before reaching
my Win32 user program ? Do they store in the RAM before getting by
the device driver ?

Please give some sample code if it is possible.

Thank you very much for you all.

游客

返回顶部