77654925c76c687e597c7586b9e75629b parent 5eeca8e688b6affba4cd85262152fdd1b274ad33 author Matthew Wilcox 1141623214 -0700 committer Greg Kroah-Hartman 1143153316 -0800 [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 k