All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IDE: don't offer IDE_GENERIC on ia64
@ 2005-08-11 20:24 ` Bjorn Helgaas
  0 siblings, 0 replies; 67+ messages in thread
From: Bjorn Helgaas @ 2005-08-11 20:24 UTC (permalink / raw)
  To: B.Zolnierkiewicz; +Cc: linux-kernel, linux-ide, linux-ia64

IA64 boxes only have PCI IDE devices, so there's no need to blindly poke
around in I/O port space.  Poking at things that don't exist causes MCAs
on HP ia64 systems.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>

Index: work-vga/drivers/ide/Kconfig
=================================--- work-vga.orig/drivers/ide/Kconfig	2005-08-10 14:57:47.000000000 -0600
+++ work-vga/drivers/ide/Kconfig	2005-08-10 14:58:02.000000000 -0600
@@ -276,6 +276,7 @@
 
 config IDE_GENERIC
 	tristate "generic/default IDE chipset support"
+	depends on !IA64
 	default y
 	help
 	  If unsure, say Y.

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

end of thread, other threads:[~2005-08-16 21:48 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 20:24 [PATCH] IDE: don't offer IDE_GENERIC on ia64 Bjorn Helgaas
2005-08-11 20:24 ` Bjorn Helgaas
2005-08-11 20:34 ` Christoph Hellwig
2005-08-11 20:34   ` Christoph Hellwig
2005-08-11 20:37   ` Bjorn Helgaas
2005-08-11 20:37     ` Bjorn Helgaas
2005-08-12 19:41   ` Jan Engelhardt
2005-08-12 19:41     ` Jan Engelhardt
2005-08-16 10:02   ` Bartlomiej Zolnierkiewicz
2005-08-16 10:02     ` Bartlomiej Zolnierkiewicz
2005-08-16 13:42     ` Alan Cox
2005-08-16 14:05       ` Alan Cox
2005-08-11 20:36 ` Jeff Garzik
2005-08-11 20:36   ` Jeff Garzik
2005-08-11 20:45   ` Bjorn Helgaas
2005-08-11 20:45     ` Bjorn Helgaas
2005-08-11 20:56     ` Jeff Garzik
2005-08-11 20:56       ` Jeff Garzik
2005-08-11 21:42       ` Bjorn Helgaas
2005-08-11 21:42         ` Bjorn Helgaas
2005-08-11 21:48         ` Jeff Garzik
2005-08-11 21:48           ` Jeff Garzik
2005-08-11 21:56           ` Jeff Garzik
2005-08-11 21:56             ` Jeff Garzik
2005-08-11 23:07             ` Bjorn Helgaas
2005-08-11 23:07               ` Bjorn Helgaas
2005-08-11 23:49               ` Jeff Garzik
2005-08-11 23:49                 ` Jeff Garzik
2005-08-12  8:35               ` Alan Cox
2005-08-12  8:35                 ` Alan Cox
2005-08-12 10:33               ` Maciej W. Rozycki
2005-08-12 10:33                 ` Maciej W. Rozycki
2005-08-11 23:01         ` Jack Steiner
2005-08-11 23:01           ` Jack Steiner
2005-08-11 21:58 ` Luck, Tony
2005-08-11 21:58   ` Luck, Tony
2005-08-11 21:58   ` Luck, Tony
2005-08-11 22:03   ` Jeff Garzik
2005-08-11 22:03     ` Jeff Garzik
2005-08-11 23:08 ` Jack Steiner
2005-08-11 23:08   ` Jack Steiner
2005-08-12  8:40 ` Alan Cox
2005-08-12  8:40   ` Alan Cox
2005-08-15 21:07   ` Bjorn Helgaas
2005-08-15 21:07     ` Bjorn Helgaas
2005-08-16  9:38     ` Bartlomiej Zolnierkiewicz
2005-08-16  9:38       ` Bartlomiej Zolnierkiewicz
2005-08-16  9:54       ` Bartlomiej Zolnierkiewicz
2005-08-16  9:54         ` Bartlomiej Zolnierkiewicz
2005-08-16 12:55       ` Alan Cox
2005-08-16 12:55         ` Alan Cox
2005-08-16 12:59         ` Bartlomiej Zolnierkiewicz
2005-08-16 12:59           ` Bartlomiej Zolnierkiewicz
2005-08-16 13:40         ` Matthew Wilcox
2005-08-16 13:40           ` Matthew Wilcox
2005-08-16 13:49           ` Bartlomiej Zolnierkiewicz
2005-08-16 13:49             ` Bartlomiej Zolnierkiewicz
2005-08-16 19:16       ` Bjorn Helgaas
2005-08-16 19:16         ` Bjorn Helgaas
2005-08-16 19:59         ` Alan Cox
2005-08-16 20:25           ` Alan Cox
2005-08-16 20:42           ` Bartlomiej Zolnierkiewicz
2005-08-16 20:42             ` Bartlomiej Zolnierkiewicz
2005-08-16 21:48             ` Alan Cox
2005-08-16 21:48               ` Alan Cox
2005-08-16 20:16         ` Bartlomiej Zolnierkiewicz
2005-08-16 20:16           ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.