Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-19 Thread Jay Cliburn
Can someone (Greg K-H?) tell me the status of the below patch? Is it planned for 2.6.22? It looks like a useful generic "let's disable msi on board x" that I might want to use for the atl1 network driver. Thanks, Jay On Wed, 09 May 2007 14:23:02 +0200 Tejun Heo <[EMAIL PROTECTED]> wrote: > MSI

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Jay Cliburn
Jeff Garzik wrote: Chuck Ebbert wrote: Tejun Heo wrote: FWIW several distros have turned off MSI by default and added a "pci=msi" option to enable it. Yeah, it seem to cause a lot of problems on certain chips but I think the correct path is to add PCI quirks for those. Most MSI problems I've

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Jeff Garzik
Chuck Ebbert wrote: Tejun Heo wrote: FWIW several distros have turned off MSI by default and added a "pci=msi" option to enable it. Yeah, it seem to cause a lot of problems on certain chips but I think the correct path is to add PCI quirks for those. Most MSI problems I've seen are on these AT

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Tejun Heo
Chuck Ebbert wrote: > Tejun Heo wrote: >>> FWIW several distros have turned off MSI by default and added >>> a "pci=msi" option to enable it. >> Yeah, it seem to cause a lot of problems on certain chips but I think >> the correct path is to add PCI quirks for those. Most MSI problems I've >> seen

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Chuck Ebbert
Tejun Heo wrote: >> FWIW several distros have turned off MSI by default and added >> a "pci=msi" option to enable it. > > Yeah, it seem to cause a lot of problems on certain chips but I think > the correct path is to add PCI quirks for those. Most MSI problems I've > seen are on these ATI chips.

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Tejun Heo
Chuck Ebbert wrote: > Tejun Heo wrote: >> MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel >> boot parameter for ahci to work. This patch renames quirk_svw_msi() >> to quirk_disable_all_msi() and use it to disable MSI on those chips. >> >> http://thread.gmane.org/gmane.linux.id

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Chuck Ebbert
Tejun Heo wrote: > MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel > boot parameter for ahci to work. This patch renames quirk_svw_msi() > to quirk_disable_all_msi() and use it to disable MSI on those chips. > > http://thread.gmane.org/gmane.linux.ide/17820 > http://thread.

[PATCH] pci-quirks: disable MSI on RS400-200 and RS480, take #2

2007-05-09 Thread Tejun Heo
MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel boot parameter for ahci to work. This patch renames quirk_svw_msi() to quirk_disable_all_msi() and use it to disable MSI on those chips. http://thread.gmane.org/gmane.linux.ide/17820 http://thread.gmane.org/gmane.linux.ide/175

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480

2007-04-17 Thread Greg KH
On Tue, Apr 17, 2007 at 10:57:28AM -0400, Jeff Garzik wrote: > Tejun Heo wrote: > >MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel > >boot parameter for ahci to work. This patch disables MSI on those > >chips. > > > > http://thread.gmane.org/gmane.linux.ide/17820 > > http://th

Re: [PATCH] pci-quirks: disable MSI on RS400-200 and RS480

2007-04-17 Thread Jeff Garzik
Tejun Heo wrote: MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel boot parameter for ahci to work. This patch disables MSI on those chips. http://thread.gmane.org/gmane.linux.ide/17820 http://thread.gmane.org/gmane.linux.ide/17516 https://bugzilla.novell.com/show_bug.cgi

[PATCH] pci-quirks: disable MSI on RS400-200 and RS480

2007-04-15 Thread Tejun Heo
MSI doesn't work on RS400-200 and RS480 requiring pci=nomsi kernel boot parameter for ahci to work. This patch disables MSI on those chips. http://thread.gmane.org/gmane.linux.ide/17820 http://thread.gmane.org/gmane.linux.ide/17516 https://bugzilla.novell.com/show_bug.cgi?id=263893 Signed-