[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 <matthew@wil.cx> Signed-off-by:
Randy Dunlap <rdunlap@xenotime.net> Acked-by:
Jeff Garzik <jeff@garzik.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- Documentation/kernel-parameters.txt 4 additions, 0 deletionsDocumentation/kernel-parameters.txt
- drivers/pci/Kconfig 4 additions, 0 deletionsdrivers/pci/Kconfig
- drivers/pci/msi.c 10 additions, 0 deletionsdrivers/pci/msi.c
- drivers/pci/pci.c 6 additions, 2 deletionsdrivers/pci/pci.c
- drivers/pci/pci.h 2 additions, 0 deletionsdrivers/pci/pci.h
Loading
Please register or sign in to comment