Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 13-17 May 2024 | Live, Online |
Developing Minifilters | 1-5 Apr 2024 | Live, Online |
Internals & Software Drivers | 11-15 Mar 2024 | Live, Online |
Writing WDF Drivers | 26 Feb - 1 Mar 2024 | Live, Online |
Comments
Thursday, June 15, 2000, 2:30:01 PM, you wrote:
FC> I am trying to use W2K DDK samples: src\general\setup\(Install, Remove,
FC> Enable) to install an NDIS 5.0 NIC I have a perfrectly working INF. The
FC> install sample reequires the INF and a Hardware-ID. I am puzzled. The DDK
FC> documentation does not say that much on this. What is Hardware ID for an
FC> NDIS 5.0 NIC card?
FC> Thanks for any input,
FC> [email protected]
FC> ---
FC> You are currently subscribed to ntdev as: [email protected]
FC> To unsubscribe send a blank email to $subst('Email.Unsub')
PCMCIA card
USB adapter
PCI card
ISA PnP card
all this cards have a unique ID and your INF is started when you plug
in this type of cards.
me
Can u send the inf file.This is because i feel that the Device ID which u
give inside the INF file may be the hardware ID. Please send the inf file
so that i can go through it.
Regards,
Santhosh
Say for Eg: if you are developing a NDIS5.0 ether net adapter miniport
driver then it falls in a PCI category which has a specific class ID.
This is given in the documentation.
FOr PCI it is
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Regards,
Santhosh