All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Mark Ninja SCSI driver as !64BIT
@ 2003-10-07 17:31 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2003-10-07 17:31 UTC (permalink / raw)
  To: linux-scsi


Ninjas don't seem to like 64bit. The driver spew out so many 
integer/pointer mismatch warnings that I gave up.

Mark it as !64BIT

-Andi

diff -u linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig-o linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig
--- linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig-o	2003-09-28 06:33:48.000000000 +0200
+++ linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig	2003-12-02 16:57:35.986968944 +0100
@@ -27,7 +27,7 @@
 
 config PCMCIA_NINJA_SCSI
 	tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
-	depends on m
+	depends on m && !64BIT
 	help
 	  If you intend to attach this type of PCMCIA SCSI host adapter to
 	  your computer, say Y here and read

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

only message in thread, other threads:[~2003-10-07 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 17:31 [PATCH] Mark Ninja SCSI driver as !64BIT Andi Kleen

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.