dswei
驱动牛犊
驱动牛犊
  • 注册日期2003-03-19
  • 最后登录2010-06-13
  • 粉丝0
  • 关注0
  • 积分7分
  • 威望40点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:753回复:0

Driverstudio中如何使用DPC――不是给中断用的

楼主#
更多 发布于:2003-12-15 19:31
在SerialRead里看到:
// TODO: If the data is not yet available, initiate a request to the
// physical device here, and defer the Information, Status,
// and NextIrp handling until the hardware indicates that the
// read is complete.  Typically, this might be handled in a
// DPC that is called after the hardware finishes transferring
// the data.
尝试了使用KDeferredCall,但是发现IRP无法传给DPC,谁能给出几行简单的代码?我要做的就是用ind从PCI卡上读些数据,我的是直接IO方式

[编辑 -  12/15/03 by  dswei]
游客

返回顶部