public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6.21 patch] let PCI_MSI depend on EXPERIMENTAL
@ 2007-03-27  1:02 Adrian Bunk
  2007-03-27  1:24 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2007-03-27  1:02 UTC (permalink / raw)
  To: Eric W. Biederman, gregkh; +Cc: linux-kernel, linux-pci

We had during the last months have quite a few MSI bugs and even 
regressions due to:
- core kernel bugs,
- device driver bugs and
- hardware bugs

OTOH, MSI doesn't bring any real advantages for most users.

Let's therefore mark PCI_MSI as EXPERIMENTAL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.21-rc4-mm1/drivers/pci/Kconfig.old	2007-03-26 21:04:11.000000000 +0200
+++ linux-2.6.21-rc4-mm1/drivers/pci/Kconfig	2007-03-26 21:04:29.000000000 +0200
@@ -2,8 +2,8 @@
 # PCI configuration
 #
 config PCI_MSI
-	bool "Message Signaled Interrupts (MSI and MSI-X)"
-	depends on PCI
+	bool "Message Signaled Interrupts (MSI and MSI-X)  (EXPERIMENTAL)"
+	depends on PCI && EXPERIMENTAL
 	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || (PPC_MERGE && PPC_RTAS) || SPARC64
 	help
 	   This allows device drivers to enable MSI (Message Signaled



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-03-27 13:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27  1:02 [RFC: 2.6.21 patch] let PCI_MSI depend on EXPERIMENTAL Adrian Bunk
2007-03-27  1:24 ` David Miller
2007-03-27  2:26   ` Greg KH
2007-03-27  3:13   ` Eric W. Biederman
2007-03-27  3:48     ` Michael Ellerman
2007-03-27  5:22     ` Jeff Garzik
2007-03-27 13:53       ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox