In WinXP, How can I prompt the OS to call DriverEntry without having an actual Device ( say a n/w ca

I have a miniport driver for a NIC and want this to be enumerated by
NDIS. However I do not yet have the NIC.

Please suggest as to how can I have the driver entry called for this
“uninstalled device”.

Thanks

Vidhya

Install your miniport for a ROOT enumerated device. ROOT is the bus that handles virtual devices or devices, such as ISA devices, which the system cannot interrogate. Check out the \WINDDK\3790.1184\src\network\ndis\netvmini virtual miniport sample in a late model DDK.


Bill McKenzie
Software Engineer - Prism 802.11 Wireless Solutions
Conexant Systems, Inc.

“Vidhya Vasudevan” wrote in message news:xxxxx@ntdev…
I have a miniport driver for a NIC and want this to be enumerated by NDIS. However I do not yet have the NIC.

Please suggest as to how can I have the driver entry called for this “uninstalled device”.

Thanks

Vidhya