Results 1 to 3 of 3
My hardware team says the board/device is mapped to IRQ Line 4.
I have a doubt of following...
In request_irq() call, can I hard code the IRQ line straight away ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-15-2011 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Chennai
- Posts
- 15
Interrupt Request Line
My hardware team says the board/device is mapped to IRQ Line 4.
I have a doubt of following...
In request_irq() call, can I hard code the IRQ line straight away ???
Or it is strictly recommended to read IRQ line from PCI configuration space for that device to register the ISR.
- 06-22-2011 #2
Better use pci configuration space.
some day ur HW team may change the IRQ line.
- 06-22-2011 #3


Reply With Quote

