RE: Problem with NDIS transport driver
From: Bryan S. Burgin [MSFT] (bburgin_at_online.microsoft.com)
Date: 08/19/04
- Next message: Arne Caspari: "Re: 1394 devices: Bus reset while processing SRB_INITIALIZE_DEVICE !"
- Previous message: Philip Lukidis: "Re: 1394 devices: Bus reset while processing SRB_INITIALIZE_DEVICE !"
- In reply to: Marcin Jemiol: "Problem with NDIS transport driver"
- Next in thread: Stephan Wolf: "Re: Problem with NDIS transport driver"
- Reply: Stephan Wolf: "Re: Problem with NDIS transport driver"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 12:31:55 GMT
Marcin,
Probably not. Filter IM drivers (a.k.a. PASSTHRU), where there's a 1:1
relationship between protocols and miniports, will generally pass through
status indications even if it doesn't know what the status is (i.e., your
custom status codes). Bridging drivers, because they are sitting over two
miniports, can really only pass up status codes that it understands, and
therefore, yours will be blocked.
You should probably make a private interface between your transport and
miniport.
Bryan S. Burgin
bburgin@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Arne Caspari: "Re: 1394 devices: Bus reset while processing SRB_INITIALIZE_DEVICE !"
- Previous message: Philip Lukidis: "Re: 1394 devices: Bus reset while processing SRB_INITIALIZE_DEVICE !"
- In reply to: Marcin Jemiol: "Problem with NDIS transport driver"
- Next in thread: Stephan Wolf: "Re: Problem with NDIS transport driver"
- Reply: Stephan Wolf: "Re: Problem with NDIS transport driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|