Commit 54ef2877 authored by Andi Kleen's avatar Andi Kleen Committed by James Bottomley

[PATCH] Mark aha152x as ISA and !64BIT driver II

On Tue, Oct 07, 2003 at 07:33:23PM +0200, Andi Kleen wrote:
>
> 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.


Matthew Wilcox pointed out that it was already marked ISA only.
I actually ment to change another driver, but looking at the source of one
it seems to be 64bit unclean too.

As there are 64bit architectures that have ISA slots (like old Alphas)
I think this patch is still appropiate.

-Andi
parent 06390648
......@@ -253,7 +253,7 @@ config SCSI_ACARD
config SCSI_AHA152X
tristate "Adaptec AHA152X/2825 support"
depends on ISA && SCSI
depends on ISA && SCSI && !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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment