I touched upon the different commands/files to use to view the log in a
blog entry, http://blogs.msdn.com/doronh/archive/2006/07/31/684531.aspx
If you are using the 5600 build of KMDF v1.5, the symbols issue is
resolved and the public symbol servers have the correct KMDF symbols in
them.
d
– I can spell, I just can’t type.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Bob Kjelgaard
Sent: Wednesday, October 04, 2006 1:38 PM
To: Windows System Software Devs Interest List
Subject: RE: RE:[ntdev] KDMF EvtIoRead with WdfIoQueueDispatchManual
Best answer to this is to get the log. I’d also turn the WDF verifier
settings on.
You can use the !wdflogdump extension, or one of the WPP trace viewing
utilities (traceview, for instance). The TMF file location for your
KMDF Version depends upon which version you are using [at least, the
location in a WDK install differs from the one in an SP1DDK + KMDF
install].
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of zeppelin@io.com
Sent: Wednesday, October 04, 2006 12:26 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] KDMF EvtIoRead with WdfIoQueueDispatchManual
I have now compiled and loaded with no errors, however I have a new side
effect. My IOCTLS are not getting dispatched anymore. I have two
queues now, the manual one we have been discussing, and a parallel one
for IOCTLS (it always worked before). Niether are marked as default. I
use these calls to configure the queues:
For ioctl queue:
status = WdfDeviceConfigureRequestDispatching(FdoData->WdfDevice,
FdoData->IoctlQueue, WdfRequestTypeDeviceControl);
For read queue:
status = WdfDeviceConfigureRequestDispatching(fdoData->WdfDevice,
fdoData->ReadQueue, WdfRequestTypeRead);
Have I done something to bungle the ioctl dispatching by adding the read
queue?
Thanks,
z
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer