public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Mark Workbit NinjaSCSI driver non 64bit
@ 2004-01-01 21:58 Andi Kleen
  2004-01-03 18:08 ` GOTO Masanori
  0 siblings, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2004-01-01 21:58 UTC (permalink / raw)
  To: linux-scsi; +Cc: gotom


Judging from the warnings it spews out on a 64bit compilation on AMD64
it is not 64bit clean.  Mark it as such in Kconfig.

Better would be of course to fix it.

-Andi

diff -burpN -X ../KDIFX linux-2.6.1-rc1/drivers/scsi/Kconfig linux-2.6.1-rc1-amd64/drivers/scsi/Kconfig
--- linux-2.6.1-rc1/drivers/scsi/Kconfig	2004-01-01 06:25:23.000000000 +0100
+++ linux-2.6.1-rc1-amd64/drivers/scsi/Kconfig	2004-01-01 06:56:50.000000000 +0100
@@ -1388,7 +1388,7 @@ config SCSI_ULTRASTOR
 
 config SCSI_NSP32
 	tristate "Workbit NinjaSCSI-32Bi/UDE support"
-	depends on PCI && SCSI
+	depends on PCI && SCSI && !64BIT
 	help
 	  This is support for the Workbit NinjaSCSI-32Bi/UDE PCI/Cardbus
 	  SCSI host adapter. Please read the SCSI-HOWTO, available from

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

end of thread, other threads:[~2004-01-05 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-01 21:58 [PATCH] Mark Workbit NinjaSCSI driver non 64bit Andi Kleen
2004-01-03 18:08 ` GOTO Masanori
2004-01-03 23:27   ` Andi Kleen
2004-01-05 14:01     ` GOTO Masanori

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