All of lore.kernel.org
 help / color / mirror / Atom feed
* - ata-convert-gsi-to-irq-on-ia64.patch removed from -mm tree
@ 2007-02-16  8:03 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-16  8:03 UTC (permalink / raw)
  To: yanmin_zhang, jeff, stable, tony.luck, yanmin.zhang, mm-commits


The patch titled
     ATA: convert GSI to irq on ia64
has been removed from the -mm tree.  Its filename was
     ata-convert-gsi-to-irq-on-ia64.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: ATA: convert GSI to irq on ia64
From: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>

If an ATA drive uses legacy mode, ata driver will choose 14 and 15 as the
fixed irq number.  On ia64 platform, such numbers are GSI and should be
converted to irq vector.

Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/ia64/Kconfig                 |    1 +
 include/asm-ia64/libata-portmap.h |   12 ++++++++++++
 2 files changed, 13 insertions(+)

diff -puN arch/ia64/Kconfig~ata-convert-gsi-to-irq-on-ia64 arch/ia64/Kconfig
--- a/arch/ia64/Kconfig~ata-convert-gsi-to-irq-on-ia64
+++ a/arch/ia64/Kconfig
@@ -11,6 +11,7 @@ menu "Processor type and features"
 
 config IA64
 	bool
+	select ATA_NONSTANDARD if ATA
 	default y
 	help
 	  The Itanium Processor Family is Intel's 64-bit successor to
diff -puN /dev/null include/asm-ia64/libata-portmap.h
--- /dev/null
+++ a/include/asm-ia64/libata-portmap.h
@@ -0,0 +1,12 @@
+#ifndef __ASM_IA64_LIBATA_PORTMAP_H
+#define __ASM_IA64_LIBATA_PORTMAP_H
+
+#define ATA_PRIMARY_CMD		0x1F0
+#define ATA_PRIMARY_CTL		0x3F6
+#define ATA_PRIMARY_IRQ(dev)	isa_irq_to_vector(14)
+
+#define ATA_SECONDARY_CMD	0x170
+#define ATA_SECONDARY_CTL	0x376
+#define ATA_SECONDARY_IRQ(dev)	isa_irq_to_vector(15)
+
+#endif
_

Patches currently in -mm which might be from yanmin_zhang@linux.intel.com are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-16  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16  8:03 - ata-convert-gsi-to-irq-on-ia64.patch removed from -mm tree akpm

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.