public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: enable nv_msi_ht_cap_quirk for ALi bridges (2.6.24 regression)
@ 2008-05-11 22:24 Björn Krombholz
  2008-05-13  0:24 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Krombholz @ 2008-05-11 22:24 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-kernel, Jesse Barnes, Andrew Morton

This applies the NVidia MSI enabled flag for HT capable devices quirk
to ALi bridges as well.

As described in more detail in
http://bugzilla.kernel.org/show_bug.cgi?id=10667 this is required for
my board which is using an nForce 3 250Gb chipset with an ALi M1695
northbridge.

It fixes a regression introduced in 2.6.24 that made the internal NIC
of the board unusable (MSI initialisation of the NIC but disabled MSI
on the northbridge devices.

Signed-off-by: Björn Krombholz <fox.box@gmail.com>
---

The patch is trivial but Andrew asked me to send it to the list(s). As
this is my first report of this kind, please give me a hint on any
formal mistakes.

--- drivers/pci/quirks.c.orig   2008-05-11 17:16:31.000000000 +0200
+++ drivers/pci/quirks.c        2008-05-11 04:17:38.371510170 +0200
@@ -1815,6 +1815,7 @@ static void __devinit nv_msi_ht_cap_quir
        }
 }
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID, nv_msi_ht_cap_quirk);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AL, PCI_ANY_ID, nv_msi_ht_cap_quirk);

 static void __devinit quirk_msi_intx_disable_bug(struct pci_dev *dev)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCI: enable nv_msi_ht_cap_quirk for ALi bridges (2.6.24 regression)
  2008-05-11 22:24 [PATCH] PCI: enable nv_msi_ht_cap_quirk for ALi bridges (2.6.24 regression) Björn Krombholz
@ 2008-05-13  0:24 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2008-05-13  0:24 UTC (permalink / raw)
  To: Björn Krombholz; +Cc: linux-pci, linux-kernel, Andrew Morton

On Sunday, May 11, 2008 3:24 pm Björn Krombholz wrote:
> This applies the NVidia MSI enabled flag for HT capable devices quirk
> to ALi bridges as well.
>
> As described in more detail in
> http://bugzilla.kernel.org/show_bug.cgi?id=10667 this is required for
> my board which is using an nForce 3 250Gb chipset with an ALi M1695
> northbridge.
>
> It fixes a regression introduced in 2.6.24 that made the internal NIC
> of the board unusable (MSI initialisation of the NIC but disabled MSI
> on the northbridge devices.
>
> Signed-off-by: Björn Krombholz <fox.box@gmail.com>
> ---
>
> The patch is trivial but Andrew asked me to send it to the list(s). As
> this is my first report of this kind, please give me a hint on any
> formal mistakes.

Applied to the 'for-linus' tree.  Thanks.

Jesse

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-13  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-11 22:24 [PATCH] PCI: enable nv_msi_ht_cap_quirk for ALi bridges (2.6.24 regression) Björn Krombholz
2008-05-13  0:24 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox