lkml.org 
[lkml]   [2005]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Help enabling PCI interrupts on Dell/SMP and Sun/SMP systems.
Alan Kilian wrote:
> kernel: SSE: Found a DeCypher card.
> kernel: ACPI: PCI interrupt 0000:13:03.0[A] -> GSI 36 (level, low) ->
> IRQ 217
>
> The first message is in my driver after pci_find_device()
> The second is from when I do pci_enable_device(dev);
>
> Can you decode the mysterious ACPI message?

Looks like you're requesting the wrong interrupt, 217 is the one your
device is actually on. You always have to request the interrupt listed
in the PCI device structure. If you're looking at your PCI device's
configuration registers to get the IRQ to request, that's wrong, since
that is configured by the BIOS assuming PIC IRQ routing, but APIC IRQ
routing is entirely different.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.040 / U:0.572 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site