Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] aha152x: Allow use on 64bit systems

This is reported to work, known to work on PCMCIA and a code check shows no
problems on the other bits of the code.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Alan Cox and committed by
James Bottomley
fa7250d6 59057fbc

+1 -1
+1 -1
drivers/scsi/Kconfig
··· 444 444 445 445 config SCSI_AHA152X 446 446 tristate "Adaptec AHA152X/2825 support" 447 - depends on ISA && SCSI && !64BIT 447 + depends on ISA && SCSI 448 448 select SCSI_SPI_ATTRS 449 449 select CHECK_SIGNATURE 450 450 ---help---