All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Mark aha152x as ISA and !64BIT driver
@ 2003-10-07 17:33 Andi Kleen
  2003-10-07 18:26 ` [PATCH] Mark aha152x as ISA and !64BIT driver II Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2003-10-07 17:33 UTC (permalink / raw)
  To: linux-scsi


aha152x seems to be not 64bit safe and spews out warnings on x86-64. 
As I think it's a ISA only driver anyways I just marked it as
ISA only and !64BIT for Alpha's sake.

diff -u linux-2.5-cleanup/drivers/scsi/Kconfig-o linux-2.5-cleanup/drivers/scsi/Kconfig
--- linux-2.5-cleanup/drivers/scsi/Kconfig-o	2003-10-02 18:12:08.000000000 +0200
+++ linux-2.5-cleanup/drivers/scsi/Kconfig	2003-12-02 16:56:28.620210248 +0100
@@ -253,7 +253,7 @@
 
 config SCSI_AHA152X
 	tristate "Adaptec AHA152X/2825 support"
-	depends on ISA && SCSI
+	depends on ISA && SCSI && ISA && !64BIT
 	---help---
 	  This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
 	  SCSI host adapters. It also works for the AVA-1505, but the IRQ etc.

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

end of thread, other threads:[~2003-10-07 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 17:33 [PATCH] Mark aha152x as ISA and !64BIT driver Andi Kleen
2003-10-07 18:26 ` [PATCH] Mark aha152x as ISA and !64BIT driver II 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.