From: Matthew Wilcox Date: Mon, 6 Mar 2006 05:33:34 +0000 (-0700) Subject: [PATCH] PCI: Provide a boot parameter to disable MSI X-Git-Tag: v2.6.17-rc1~998^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309e57df7b766172ba137a8cbd909f88dd76e8e9;p=pandora-kernel.git [PATCH] PCI: Provide a boot parameter to disable MSI Several drivers are starting to grow options to disable MSI. However, it's often a host chipset issue, not something which individual drivers should handle. So we add the pci=nomsi kernel parameter to allow the user to disable MSI modes for systems we haven't added to the quirk list yet. Signed-off-by: Matthew Wilcox Signed-off-by: Randy Dunlap Acked-by: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed