New 1394 stack in Windows 7. Questions.

Hi, All!

As I suspected my bus filter driver stopped working in Windows 7. :slight_smile: I used NODE_DEVICE_EXTENSION in QDR… If I understand right in Windows 7 I have to send requests to PDO only after IRP_MN_START. Is there any way to get config rom from newly added PDO in QDR?

WDF introduces Plug and Play state machine but I can’t find clear discriptions of those state changes and what can (or can’t) I do in those states (or interact with “those states”). Can I send a request to some device that has only WdfDevStatePnpInit?

Thanks for any information.

Eugene.

The definition of what can be done in what state is up to the driver using KMDF, not KMDF itself, so you will not find a statement that says in state X you can do Y in KMDF from a client driver loaded on top of the KMDf bus driver

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@mail.ru
Sent: Friday, January 22, 2010 9:34 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] New 1394 stack in Windows 7. Questions.

Hi, All!

As I suspected my bus filter driver stopped working in Windows 7. :slight_smile: I used NODE_DEVICE_EXTENSION in QDR… If I understand right in Windows 7 I have to send requests to PDO only after IRP_MN_START. Is there any way to get config rom from newly added PDO in QDR?

WDF introduces Plug and Play state machine but I can’t find clear discriptions of those state changes and what can (or can’t) I do in those states (or interact with “those states”). Can I send a request to some device that has only WdfDevStatePnpInit?

Thanks for any information.

Eugene.


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