All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: "Matí­as Alejandro Torres" <torresmat@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: SATA SB600 works in 2.6.20.4 but not in 2.6.21-rc5 with irqpoll parameter
Date: Fri, 04 May 2007 11:49:18 +0200	[thread overview]
Message-ID: <463B019E.7010700@gmail.com> (raw)
In-Reply-To: <4608A0BD.2010209@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Matí­as Alejandro Torres wrote:
> CORRECTION:
> 
> I tried with the irqpoll parameter (used in the right way) and the sata
> disk is detected but lots of "unexpected IRQ trap at vector a0" are
> displayed. When the pci=nomsi flag is set, no warning/error is shown and
> the SATA disk is detected properly.
> 
> 
> This is for kernel version 2.6.17, I must be falling asleep.

Matias, are you still there?  If so, can you please test the attached
patch and see whether it fixes your problem - ie. boots okay without
'pci=nomsi'?

-- 
tejun

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 550 bytes --]

Index: tree0/drivers/pci/quirks.c
===================================================================
--- tree0.orig/drivers/pci/quirks.c
+++ tree0/drivers/pci/quirks.c
@@ -1761,6 +1761,7 @@ static void __devinit quirk_disable_msi(
 	}
 }
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8131_BRIDGE, quirk_disable_msi);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x5a3f, quirk_disable_msi); /* RS480 PCI bridge */
 
 /* Go through the list of Hypertransport capabilities and
  * return 1 if a HT MSI capability is found and enabled */

  reply	other threads:[~2007-05-04  9:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27  2:25 SATA SB600 Matí­as Alejandro Torres
2007-03-27  2:31 ` Tejun Heo
2007-03-27  2:36   ` Matí­as Alejandro Torres
2007-03-27  2:39     ` Tejun Heo
2007-03-27  4:00       ` SATA SB600 works in 2.6.20.4 but not in 2.6.21-rc5 with irqpoll parameter Matí­as Alejandro Torres
2007-03-27  4:13         ` Tejun Heo
2007-03-27  4:42           ` Matí­as Alejandro Torres
2007-05-04  9:49             ` Tejun Heo [this message]
2007-05-04 13:45               ` Matí­as Alejandro Torres
2007-05-04 17:48               ` Matí­as Alejandro Torres
2007-05-04 18:00                 ` Tejun Heo
2007-05-04 19:30                   ` Matí­as Alejandro Torres
2007-05-04 19:36                     ` Tejun Heo
2007-05-05 17:43                       ` Matí­as Alejandro Torres
2007-05-05 17:55                         ` Tejun Heo
2007-05-07 10:03                           ` Tejun Heo
2007-05-07 15:12                             ` Matí­as Alejandro Torres
2007-05-07 15:35                               ` Tejun Heo
2007-05-07 20:05                                 ` Matí­as Alejandro Torres
2007-05-08  8:07                                   ` Tejun Heo
     [not found]           ` <46089F28.8060803@gmail.com>
2007-03-27  5:02             ` Tejun Heo
2007-04-13  5:26             ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2007-04-23 21:39 Karsten Vieth
2007-04-23 23:38 ` Jeff Garzik

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=463B019E.7010700@gmail.com \
    --to=htejun@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=torresmat@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.