Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - network driver: Page 1 of 2 (2 Items)
   
network driver  

Hi ,


Im writing a network driver under QNX6.5 which supports MSI,but confued by the interrupt number.


when run "pci" command,the output shows the CPU interrupt 0x102.
but "pci_dev_info* info"  filled by pci_attach_device shows that the "info.Irq"  is 2.



which value should I use  when calling InterruptAttach, 0x102 or 2 ???


Please help. thanks.