Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Support MSI interrupt

Reply
Thread Tools Display Modes

Support MSI interrupt

 
 
Junior Member
Join Date: Jan 2011
Posts: 1

 
      01-18-2011
Dear All:
I'm developing video capture driver which can support MSI
(Message Signaled Interrupts).

The device have 8 decoder.
Therefore, I use LIST_ENTRY to connect the isr of each decoder.
e.g. ISR 1 -> ISR 2 -> ... -> ISR 8

When there's interrupt, the registerd ISR by IoConnectInterruptEx will
examine the list one by one.

Question 1: Is this method so-called share interrupt ?
Question 2: Is this method suitable for Message-Based ?

Regards
 
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: So Rob - not sure if you have gotten anywhere, but my luck with thewizards Mark Jones Windows Small Business Server 0 11-26-2010 10:11 AM
SBS 2008 RWW Arvis Holland Windows Small Business Server 0 10-07-2010 01:57 PM
SBS 2008 RWW Arvis Holland Windows Small Business Server 0 10-07-2010 01:55 PM
Windows vista auto updates billcol Windows Update 2 03-14-2010 07:44 PM
Stop Error 0x0000007b Louis LeBrun Windows Vista Installation 17 07-05-2006 09:00 AM



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