阅读:1152回复:0
passthru 的pAdapt->isSecondary 总是true??
对不起,不是我小气,没有分给了!
passthru 中提到: We should not be getting Receives on a Secondary, this is just specific to our LBFO driver 但是我非常痛苦,我用softice debug发现我的机器 PtReceive中pAdapt->isSecondary 总为真。我只好把如下几行注释掉 /* if(pAdapt->isSecondary) { DBGPRINT(\"PASSTHRU GETTING RECIEVES ON SECONDARY\\n\"); ASSERT(0); } */ 结果一执行 Packet = NdisGetReceivedPacket(pAdapt->BindingHandle, MacReceiveContext); 是就蓝屏,提示 DRIVER_IRQL_NOT_LESS_OR_EQUAL,于是我尝试: Packet = NdisGetReceivedPacket(pAdapt->pSecondaryAdapt->BindingHandle, MacReceiveContext); 结果是default page error。 请教各位大虾帮帮我? 我的机器是win 2K,只有一块网卡是realtek RTL 8139A... |
|