linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: Allow pata_legacy to be built on non-ISA but PCI systems
@ 2010-02-08 10:04 Alan Cox
  2010-02-13 22:45 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2010-02-08 10:04 UTC (permalink / raw)
  To: jeff, linux-ide

This is needed for some unsupported hardware setups on strange 64bit
mainboards where crazy stuff has been done like putting flash ata adapters
on the LPC bus, or where the real hardware is hidden/confused.

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 drivers/ata/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 56c6374..01c52c4 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -446,9 +446,9 @@ config PATA_JMICRON
 
 config PATA_LEGACY
 	tristate "Legacy ISA PATA support (Experimental)"
-	depends on ISA && EXPERIMENTAL
+	depends on (ISA || PCI)  && EXPERIMENTAL
 	help
-	  This option enables support for ISA/VLB bus legacy PATA
+	  This option enables support for ISA/VLB/PCI bus legacy PATA
 	  ports and allows them to be accessed via the new ATA layer.
 
 	  If unsure, say N.


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

* Re: [PATCH] libata: Allow pata_legacy to be built on non-ISA but PCI systems
  2010-02-08 10:04 [PATCH] libata: Allow pata_legacy to be built on non-ISA but PCI systems Alan Cox
@ 2010-02-13 22:45 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-02-13 22:45 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-ide

On 02/08/2010 05:04 AM, Alan Cox wrote:
> This is needed for some unsupported hardware setups on strange 64bit
> mainboards where crazy stuff has been done like putting flash ata adapters
> on the LPC bus, or where the real hardware is hidden/confused.
>
> Signed-off-by: Alan Cox<alan@linux.intel.com>
> ---
>
>   drivers/ata/Kconfig |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)

applied



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

end of thread, other threads:[~2010-02-13 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 10:04 [PATCH] libata: Allow pata_legacy to be built on non-ISA but PCI systems Alan Cox
2010-02-13 22:45 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).