original_kernel/drivers/infiniband/hw/ipath
Roland Dreier 0a1336c8c9 IB/ipath: Fix IRQ for PCI Express HCAs
Commit 51f65ebc ("IB/ipath - program intconfig register using new HT
irq hook"), which fixed interrupts for HyperTransport HCAs, broke PCI
Express HCAs, because for those HCAs, the driver uses the value of
pdev->irq before pci_enable_msi() and ends up getting a totally bogus
IRQ number.  Fix this by using the value of pdev->irq after
pci_enable_msi().

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-12-12 11:50:20 -08:00
..
Kconfig
Makefile
ipath_common.h
ipath_cq.c
ipath_debug.h
ipath_diag.c
ipath_driver.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_eeprom.c
ipath_file_ops.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_fs.c [PATCH] struct path: convert infiniband 2006-12-08 08:28:46 -08:00
ipath_iba6110.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_iba6120.c IB/ipath: Fix IRQ for PCI Express HCAs 2006-12-12 11:50:20 -08:00
ipath_init_chip.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_intr.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_kernel.h
ipath_keys.c
ipath_layer.c
ipath_layer.h
ipath_mad.c
ipath_mmap.c
ipath_mr.c
ipath_qp.c
ipath_rc.c
ipath_registers.h
ipath_ruc.c
ipath_srq.c
ipath_stats.c
ipath_sysfs.c IB/ipath: Remove unused "write-only" variables 2006-12-12 11:50:20 -08:00
ipath_uc.c
ipath_ud.c
ipath_user_pages.c
ipath_verbs.c IB/ipath: Fix typo in pma_counter_select subscript 2006-11-29 15:33:07 -08:00
ipath_verbs.h
ipath_verbs_mcast.c
ipath_wc_ppc64.c
ipath_wc_x86_64.c