public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Hancock <hancockr@shaw.ca>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Help enabling PCI interrupts on Dell/SMP and Sun/SMP systems.
Date: Wed, 23 Feb 2005 17:25:12 -0600	[thread overview]
Message-ID: <421D10D8.4060201@shaw.ca> (raw)
In-Reply-To: <3BdkS-GS-21@gated-at.bofh.it>

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.

       reply	other threads:[~2005-02-23 23:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3Bbj7-7lG-17@gated-at.bofh.it>
     [not found] ` <3BbMe-7FP-39@gated-at.bofh.it>
     [not found]   ` <3BdkS-GS-21@gated-at.bofh.it>
2005-02-23 23:25     ` Robert Hancock [this message]
     [not found]     ` <3BdNW-1bH-29@gated-at.bofh.it>
     [not found]       ` <3Be7p-1pY-43@gated-at.bofh.it>
2005-02-23 23:52         ` Help enabling PCI interrupts on Dell/SMP and Sun/SMP systems Robert Hancock
2005-02-23 20:24 Alan Kilian
2005-02-23 20:46 ` linux-os
2005-02-23 22:17   ` Alan Kilian
2005-02-23 22:58     ` Peter Chubb
2005-02-23 23:24       ` Alan Kilian
2005-02-23 23:46         ` Roland Dreier
2005-02-24  1:23           ` Alan Kilian
2005-02-24 12:37     ` linux-os

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=421D10D8.4060201@shaw.ca \
    --to=hancockr@shaw.ca \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox