How can I get PCI card Slot Number in my WDM driver?

Posted: 06-02-2004, 07:35 AM
Dear All,

How can I get PCI card Slot Number in my WDM driver?
Thanks a lot.

Best Regards,
Leon



Reply With Quote

Responses to "How can I get PCI card Slot Number in my WDM driver?"

Gary G. Little
Guest
Posts: n/a
 
Re: How can I get PCI card Slot Number in my WDM driver?
Posted: 06-02-2004, 01:23 PM
You can't because in WDM you don't need it and there is no facility to
provide it. IRP_MN_START gives you both raw and translated resources. Your
next argument then will be because you need to uniquely identify the card by
using the slot number, but that is bogus thinking since the numbering of the
PCI adapter connector has no standardization across or within OEMs.

This has been discussed a plethora of times and the answer always, you
can't, and poor design if you depend on it.

--
Gary G. Little
Seagate Technologies, LLC
..
"leon" <jin.xin@advantech.com.cn> wrote in message
news:eIPrHvGSEHA.3528@TK2MSFTNGP09.phx.gbl...
> Dear All,
>
> How can I get PCI card Slot Number in my WDM driver?
> Thanks a lot.
>
> Best Regards,
> Leon
>
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I get PCI card Slot Number from WDM driver? leon Windows XP Device Drivers 0 06-02-2004 07:30 AM
Intel Chipset Driver: How to check version number? Merrvyn Tay Windows XP Device Drivers 1 07-20-2003 06:09 PM
Intel Chipset Driver: How to check version number? Merrvyn Tay Windows XP Setup 1 07-20-2003 06:09 PM