a KMDF driver issue

I am writing a driver to get PCI configuration data periodically.
I prepare to send IRP_MN_READ_CONFIG request to bus driver for configuration data.
but, It seems that KMDF framework does’t support the method.
Can anybody give me some idea?

thanks.

My blog has entry which shows you how to format a pnp request to send down the stack

d

-----Original Message-----
From: xxxxx@hotmail.com
Sent: Friday, December 04, 2009 12:17 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] a KMDF driver issue

I am writing a driver to get PCI configuration data periodically.
I prepare to send IRP_MN_READ_CONFIG request to bus driver for configuration data.
but, It seems that KMDF framework does’t support the method.
Can anybody give me some idea?

thanks.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Can you offer your blog address?

thanks!

I get it.

Formatting a WDFREQUEST for any IRP_MJ code
https://blogs.msdn.com/doronh/archive/2006/08/16/703157.aspx

thanks!