Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.system > #189
| From | new <luvraghu@gmail.com> |
|---|---|
| Newsgroups | comp.os.linux.development.system |
| Subject | PCIe Interrupt handling |
| Date | 2011-06-29 06:42 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <bcb877a2-2c3b-49e2-b440-fabfea0caedb@v11g2000prn.googlegroups.com> (permalink) |
Hello Experts, I'm writing driver for pcie xilinx fpga. The fpga hardware team has not given me any interrupt status register, interrupt enable register. They just said to set the bit 9 in the device control register which would enable the interrupt(for read or write completion). Is this sufficient to handle the interrupts? When I register the interrupt with a shared flag, my handler gets called even when the bit 9 is reset, how do i make sure if the appropriate interrupt is being received? How do i control it? Do i need to request the fpga hardware to add any extra registers? please help. Thanks a ton.
Back to comp.os.linux.development.system | Previous | Next | Find similar
PCIe Interrupt handling new <luvraghu@gmail.com> - 2011-06-29 06:42 -0700
csiph-web