
24 Apr
2015
24 Apr
'15
5:02 a.m.
On 21 April 2015 at 19:56, Bin Meng bmeng.cn@gmail.com wrote:
Add a function to assign an IRQ number to PCI device's interrupt line register in its configuration space, so that the PCI device can have its interrupt working under PIC mode after OS boots up.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/pci.c | 21 +++++++++++++++++++++ arch/x86/include/asm/pci.h | 14 ++++++++++++++ 2 files changed, 35 insertions(+)
Acked-by: Simon Glass sjg@chromium.org