Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: Single driver for Multiple cards with same signature

Reply
Fix Vista Errors
Thread Tools Display Modes

Re: Single driver for Multiple cards with same signature

 
 
Tim Roberts
Guest
Posts: n/a

 
      11-27-2009



mahi <> wrote:
>
>I have developed a windows-xp based PCI card driver.Now I am using
>single card, with single card my application is working fine.Now I
>have inserted the second card with the same signature(same VendorId
>and DeviceId),
>
>So how can i access that second card using the same driver.
>
>Which function is used for this problem, Can anyone help me regarding
>this issue, it will be great pleasure.


It's not exactly clear what you are asking. Assuming you haven't done
anything silly (like use global variables), your existing driver should
handle both instances of your device without any extra coding.

Are you asking how to access both devices from user mode? How are you
accessing the single device right now? If you have created your own named
symbolic link name, then that's a problem for multiple instances. In that
case, Maxim's suggestion is exactly right -- use a device interface.
--
Tim Roberts,
Providenza & Boekelheide, Inc.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Driver "update" during development cycle and WHQL certification Don Burn Windows Vista Drivers 0 11-20-2009 07:10 PM
My PnP Monitor is seen as Non PnP??? Colin Windows Vista Hardware 1 11-29-2007 06:01 PM
Missing VGA driver rh0000 Windows Vista Hardware 14 06-13-2007 11:21 AM
Disable Driver Signature Enforcement Christian Barmala Windows Vista Hardware 0 02-11-2007 06:43 PM
Disable Driver Signature Enforcement Gooder Windows Vista Hardware 0 11-18-2006 02:23 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59