RE: [patch] PCI: disable the MSI of AMD RS690

2008-01-25 Thread Shane Huang
Hi Brice: > > +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RS690, > > quirk_disable_all_msi); > > This patch disable MSI for the _whole_ system, not only behind the > RS690. Is this on purpose? Is MSI really going to be broken on any > bus that's _not_ behind RS690. If not, you

RE: [patch] PCI: disable the MSI of AMD RS690

2008-01-25 Thread Shane Huang
Hi Brice: +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RS690, quirk_disable_all_msi); This patch disable MSI for the _whole_ system, not only behind the RS690. Is this on purpose? Is MSI really going to be broken on any bus that's _not_ behind RS690. If not, you might

Re: [patch] PCI: disable the MSI of AMD RS690

2008-01-24 Thread Brice Goglin
Shane Huang wrote: This patch recover Tejun's commit 4be8f906435a6af241821ab5b94b2b12cb7d57d8 because there is one MSI bug on RS690+SB600 board which will lead to boot failure. This bug is NOT same as the one in SB700 SATA controller, quirk_msi_intx_disable_bug does not work to SB600.

[patch] PCI: disable the MSI of AMD RS690

2008-01-24 Thread Shane Huang
This patch recover Tejun's commit 4be8f906435a6af241821ab5b94b2b12cb7d57d8 because there is one MSI bug on RS690+SB600 board which will lead to boot failure. This bug is NOT same as the one in SB700 SATA controller, quirk_msi_intx_disable_bug does not work to SB600. Disablement the MSI of RS690

[patch] PCI: disable the MSI of AMD RS690

2008-01-24 Thread Shane Huang
This patch recover Tejun's commit 4be8f906435a6af241821ab5b94b2b12cb7d57d8 because there is one MSI bug on RS690+SB600 board which will lead to boot failure. This bug is NOT same as the one in SB700 SATA controller, quirk_msi_intx_disable_bug does not work to SB600. Disablement the MSI of RS690

Re: [patch] PCI: disable the MSI of AMD RS690

2008-01-24 Thread Brice Goglin
Shane Huang wrote: This patch recover Tejun's commit 4be8f906435a6af241821ab5b94b2b12cb7d57d8 because there is one MSI bug on RS690+SB600 board which will lead to boot failure. This bug is NOT same as the one in SB700 SATA controller, quirk_msi_intx_disable_bug does not work to SB600.